summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-global.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-12-16 01:01:40 +0000
committerAdrian Prantl <aprantl@apple.com>2016-12-16 01:01:40 +0000
commit1b3f221e0fa955fdc3ed84522123f1c06f266c48 (patch)
tree296ea6e18cccf9d5056983fd0d9764a53f042d05 /test/CodeGenCXX/debug-info-global.cpp
parent57dd102ec8ab2e463113c75f4656c90a1209f4aa (diff)
Revert "Update for LLVM global variable debug info API change."
This reverts commit 289901 while investigating bot breakage. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-global.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-global.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGenCXX/debug-info-global.cpp b/test/CodeGenCXX/debug-info-global.cpp
index 5abc050431..795602380d 100644
--- a/test/CodeGenCXX/debug-info-global.cpp
+++ b/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"