summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info.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
commited4eb86531cece1417e794ee4f9394dbb7243d4e (patch)
treeebf232452faf95d328d29da649c93d6ed656ed4c /clang/test/CodeGenCXX/debug-info.cpp
parent26e8c7df3a9832faa3a93ef86246ce3a2bfd8f4c (diff)
downloadbcm5719-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.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info.cpp b/clang/test/CodeGenCXX/debug-info.cpp
index 9575a5129e3..722b9c08f8b 100644
--- a/clang/test/CodeGenCXX/debug-info.cpp
+++ b/clang/test/CodeGenCXX/debug-info.cpp
@@ -8,9 +8,8 @@
// !llvm.dbg.cu pulls in globals and their types first.
// CHECK-NOT: !DIGlobalVariable(name: "c"
-// CHECK: [[X]] = !DIGlobalVariableExpression(var: [[XV:!.*]])
-// CHECK: [[XV]] = distinct !DIGlobalVariable(name: "x", linkageName: "_ZN6pr96081xE"
-// CHECK-SAME: type: [[INCARRAYPTR:![0-9]*]]
+// CHECK: [[X]] = distinct !DIGlobalVariable(name: "x", linkageName: "_ZN6pr96081xE"
+// CHECK-SAME: type: [[INCARRAYPTR:![0-9]*]]
// CHECK: [[INCARRAYPTR]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: [[INCARRAY:![0-9]+]]
// CHECK: [[INCARRAY]] = !DICompositeType(tag: DW_TAG_array_type
// CHECK-NOT: line:
OpenPOWER on IntegriCloud