diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-12-16 19:39:18 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-12-16 19:39:18 +0000 |
commit | 5fa64845ee291b3344c849e4c11c0b3b865b0785 (patch) | |
tree | e171e9559449e24f17ee1fb2488233eb89c82e4a /test/CodeGen/2009-10-20-GlobalDebug.c | |
parent | 30d9d8921a58be7a796ab22bd3ac6eb350ab9629 (diff) | |
download | clang-5fa64845ee291b3344c849e4c11c0b3b865b0785.tar.gz |
Revert "Update for LLVM global variable debug info API change."
This reverts commit r289921.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/2009-10-20-GlobalDebug.c')
-rw-r--r-- | test/CodeGen/2009-10-20-GlobalDebug.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/test/CodeGen/2009-10-20-GlobalDebug.c b/test/CodeGen/2009-10-20-GlobalDebug.c index 0d7c759f90..38f20cdb6b 100644 --- a/test/CodeGen/2009-10-20-GlobalDebug.c +++ b/test/CodeGen/2009-10-20-GlobalDebug.c @@ -10,11 +10,9 @@ int main() { return 0; } -// CHECK: [[L]] = !DIGlobalVariableExpression(var: [[LV:.*]]) -// CHECK: [[LV]] = distinct !DIGlobalVariable(name: "localstatic" -// CHECK-NOT: linkageName: -// CHECK-SAME: line: 9, -// CHECK: [[G]] = !DIGlobalVariableExpression(var: [[GV:.*]]) -// CHECK: [[GV]] = distinct !DIGlobalVariable(name: "global" -// CHECK-NOT: linkageName: -// CHECK-SAME: line: 7, +// CHECK: [[L]] = distinct !DIGlobalVariable(name: "localstatic" +// CHECK-NOT: linkageName: +// CHECK-SAME: line: 9, +// CHECK: [[G]] = distinct !DIGlobalVariable(name: "global" +// CHECK-NOT: linkageName: +// CHECK-SAME: line: 7, |