summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-lambda.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-09-14 20:50:39 +0000
committerReid Kleckner <rnk@google.com>2018-09-14 20:50:39 +0000
commit29bb7641ad829f7699d8c9ddd540565ee8af4736 (patch)
tree4232fa7f67d15f53258ed6c5a29ffac1372e2b37 /clang/test/CodeGenCXX/debug-info-lambda.cpp
parenta64157f19fa1f41afe10ccc9245e5d36a8f92b15 (diff)
downloadbcm5719-llvm-29bb7641ad829f7699d8c9ddd540565ee8af4736.tar.gz
bcm5719-llvm-29bb7641ad829f7699d8c9ddd540565ee8af4736.zip
Relax assumption about default method calling convention in new test
llvm-svn: 342281
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-lambda.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-lambda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-lambda.cpp b/clang/test/CodeGenCXX/debug-info-lambda.cpp
index f86650717c3..a10765de377 100644
--- a/clang/test/CodeGenCXX/debug-info-lambda.cpp
+++ b/clang/test/CodeGenCXX/debug-info-lambda.cpp
@@ -6,7 +6,7 @@ void lambda_in_func(int &ref) {
// CHECK: [[ref_slot:%.*]] = getelementptr inbounds %class.anon, %class.anon* {{.*}}, i32 0, i32 0, !dbg [[lambda_decl_loc:![0-9]+]]
// CHECK-NEXT: %1 = load i32*, i32** %ref.addr, align {{.*}}, !dbg [[capture_init_loc:![0-9]+]]
// CHECK-NEXT: store i32* %1, i32** %0, align {{.*}}, !dbg [[lambda_decl_loc]]
- // CHECK-NEXT: call void {{.*}}, !dbg [[lambda_call_loc:![0-9]+]]
+ // CHECK-NEXT: call {{.*}}void {{.*}}, !dbg [[lambda_call_loc:![0-9]+]]
auto helper = [ // CHECK: [[lambda_decl_loc]] = !DILocation(line: [[@LINE]], column: 17
&]() { // CHECK: [[capture_init_loc]] = !DILocation(line: [[@LINE]], column: 18
OpenPOWER on IntegriCloud