diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-12-16 01:01:40 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-12-16 01:01:40 +0000 |
| commit | ed4eb86531cece1417e794ee4f9394dbb7243d4e (patch) | |
| tree | ebf232452faf95d328d29da649c93d6ed656ed4c /clang/test/CodeGenCXX/debug-info-global.cpp | |
| parent | 26e8c7df3a9832faa3a93ef86246ce3a2bfd8f4c (diff) | |
| download | bcm5719-llvm-ed4eb86531cece1417e794ee4f9394dbb7243d4e.tar.gz bcm5719-llvm-ed4eb86531cece1417e794ee4f9394dbb7243d4e.zip | |
Revert "Update for LLVM global variable debug info API change."
This reverts commit 289901 while investigating bot breakage.
llvm-svn: 289908
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-global.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-global.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-global.cpp b/clang/test/CodeGenCXX/debug-info-global.cpp index 5abc050431d..795602380d2 100644 --- a/clang/test/CodeGenCXX/debug-info-global.cpp +++ b/clang/test/CodeGenCXX/debug-info-global.cpp @@ -15,8 +15,7 @@ int f1() { // CHECK: [[GLOBALS]] = !{[[CNST:![0-9]*]]} -// CHECK: [[CNST]] = !DIGlobalVariableExpression(var: [[CNSTV:.*]], expr: -// CHECK: [[CNSTV]] = distinct !DIGlobalVariable(name: "cnst", -// CHECK-SAME: scope: [[NS:![0-9]*]] +// CHECK: [[CNST]] = distinct !DIGlobalVariable(name: "cnst", +// CHECK-SAME: scope: [[NS:![0-9]*]] // CHECK: [[NS]] = !DINamespace(name: "ns" |

