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 | e34d9bc8afa92a1876c4071eada4332b3c686347 (patch) | |
tree | b415120faa7057b3f127c23d830da8346c08cf2f /clang/test/CodeGen/2009-10-20-GlobalDebug.c | |
parent | 80d13b4545bc4ede92e01d9d208fdb4f70dc1179 (diff) | |
download | bcm5719-llvm-e34d9bc8afa92a1876c4071eada4332b3c686347.tar.gz bcm5719-llvm-e34d9bc8afa92a1876c4071eada4332b3c686347.zip |
Revert "Update for LLVM global variable debug info API change."
This reverts commit r289921.
llvm-svn: 289984
Diffstat (limited to 'clang/test/CodeGen/2009-10-20-GlobalDebug.c')
-rw-r--r-- | clang/test/CodeGen/2009-10-20-GlobalDebug.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/clang/test/CodeGen/2009-10-20-GlobalDebug.c b/clang/test/CodeGen/2009-10-20-GlobalDebug.c index 0d7c759f905..38f20cdb6b0 100644 --- a/clang/test/CodeGen/2009-10-20-GlobalDebug.c +++ b/clang/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, |