From: Reid Kleckner Date: Fri, 14 Sep 2018 20:50:39 +0000 (+0000) Subject: Relax assumption about default method calling convention in new test X-Git-Tag: llvmorg-8.0.0-rc1~8665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29bb7641ad829f7699d8c9ddd540565ee8af4736;p=platform%2Fupstream%2Fllvm.git Relax assumption about default method calling convention in new test llvm-svn: 342281 --- diff --git a/clang/test/CodeGenCXX/debug-info-lambda.cpp b/clang/test/CodeGenCXX/debug-info-lambda.cpp index f866507..a10765d 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