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/CodeGenCXX/debug-info-template-member.cpp | |
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/CodeGenCXX/debug-info-template-member.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-template-member.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-member.cpp b/clang/test/CodeGenCXX/debug-info-template-member.cpp index 2b840745ffe..749b92e93ba 100644 --- a/clang/test/CodeGenCXX/debug-info-template-member.cpp +++ b/clang/test/CodeGenCXX/debug-info-template-member.cpp @@ -19,9 +19,8 @@ inline int add3(int x) { } // The compile unit pulls in the global variables first. -// CHECK: [[X]] = !DIGlobalVariableExpression(var: [[XV:.*]]) -// CHECK: [[XV]] = distinct !DIGlobalVariable(name: "x", -// CHECK-SAME: type: ![[OUTER_FOO_INNER_ID:[0-9]+]] +// CHECK: [[X]] = distinct !DIGlobalVariable(name: "x", +// CHECK-SAME: type: ![[OUTER_FOO_INNER_ID:[0-9]+]] // CHECK: ![[OUTER_FOO_INNER_ID:[0-9]*]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "inner"{{.*}}, identifier: // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo" |