summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-lambda-this.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-15 15:55:45 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-15 15:55:45 +0000
commite76bda544bbf52d9ff3b55e6018b494a1e6bbc00 (patch)
tree5dcd4f94a05beea7105799c296affab42e3afcb2 /clang/test/CodeGenCXX/debug-lambda-this.cpp
parent9585fc13f19bbb8f7b5de831c3a251747aae282e (diff)
downloadbcm5719-llvm-e76bda544bbf52d9ff3b55e6018b494a1e6bbc00.tar.gz
bcm5719-llvm-e76bda544bbf52d9ff3b55e6018b494a1e6bbc00.zip
Update to match LLVM changes for PR27284.
(Reverse the ownership between DICompileUnit and DISubprogram.) http://reviews.llvm.org/D19034 <rdar://problem/25256815> llvm-svn: 266445
Diffstat (limited to 'clang/test/CodeGenCXX/debug-lambda-this.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-lambda-this.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/debug-lambda-this.cpp b/clang/test/CodeGenCXX/debug-lambda-this.cpp
index 0c413449a3e..e7ea68c1a35 100644
--- a/clang/test/CodeGenCXX/debug-lambda-this.cpp
+++ b/clang/test/CodeGenCXX/debug-lambda-this.cpp
@@ -12,10 +12,10 @@ int D::d(int x) {
}();
}
+// CHECK: ![[POINTER:.*]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !"_ZTS1D", size: 64, align: 64)
// CHECK: !DIDerivedType(tag: DW_TAG_member, name: "this",
// CHECK-SAME: line: 11
-// CHECK-SAME: baseType: ![[POINTER:[0-9]+]]
+// CHECK-SAME: baseType: ![[POINTER]]
// CHECK-SAME: size: 64, align: 64
// CHECK-NOT: offset: 0
// CHECK-SAME: ){{$}}
-// CHECK: ![[POINTER]] = !DIDerivedType(tag: DW_TAG_pointer_type
OpenPOWER on IntegriCloud