From 4abb9733dacf0163a4da747abc71dac53cae92d1 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 14 Sep 2018 20:50:39 +0000 Subject: [PATCH] Relax assumption about default method calling convention in new test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342281 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-lambda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/debug-info-lambda.cpp b/test/CodeGenCXX/debug-info-lambda.cpp index f86650717c..a10765de37 100644 --- a/test/CodeGenCXX/debug-info-lambda.cpp +++ b/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