diff options
Diffstat (limited to 'test/Profile/cxx-lambda.cpp')
-rw-r--r-- | test/Profile/cxx-lambda.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Profile/cxx-lambda.cpp b/test/Profile/cxx-lambda.cpp index 2b422912f45b..645f1603e019 100644 --- a/test/Profile/cxx-lambda.cpp +++ b/test/Profile/cxx-lambda.cpp @@ -1,13 +1,13 @@ // Tests for instrumentation of C++11 lambdas // RUN: %clang_cc1 -x c++ %s -triple %itanium_abi_triple -main-file-name cxx-lambda.cpp -std=c++11 -o - -emit-llvm -fprofile-instrument=clang > %tgen -// RUN: FileCheck --input-file=%tgen -check-prefix=PGOGEN %s -// RUN: FileCheck --input-file=%tgen -check-prefix=LMBGEN %s +// RUN: FileCheck -allow-deprecated-dag-overlap --input-file=%tgen -check-prefix=PGOGEN %s +// RUN: FileCheck -allow-deprecated-dag-overlap --input-file=%tgen -check-prefix=LMBGEN %s // RUN: llvm-profdata merge %S/Inputs/cxx-lambda.proftext -o %t.profdata // RUN: %clang_cc1 -x c++ %s -triple %itanium_abi_triple -main-file-name cxx-lambda.cpp -std=c++11 -o - -emit-llvm -fprofile-instrument-use-path=%t.profdata > %tuse -// RUN: FileCheck --input-file=%tuse -check-prefix=PGOUSE %s -// RUN: FileCheck --input-file=%tuse -check-prefix=LMBUSE %s +// RUN: FileCheck -allow-deprecated-dag-overlap --input-file=%tuse -check-prefix=PGOUSE %s +// RUN: FileCheck -allow-deprecated-dag-overlap --input-file=%tuse -check-prefix=LMBUSE %s // PGOGEN: @[[LWC:__profc__Z7lambdasv]] = private global [4 x i64] zeroinitializer // PGOGEN: @[[MAC:__profc_main]] = private global [1 x i64] zeroinitializer |