diff options
-rw-r--r-- | clang/test/Profile/def-ctors.cpp | 8 | ||||
-rw-r--r-- | clang/test/Profile/def-dtors.cpp | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/clang/test/Profile/def-ctors.cpp b/clang/test/Profile/def-ctors.cpp index 3f6fcff2165..06eab85a856 100644 --- a/clang/test/Profile/def-ctors.cpp +++ b/clang/test/Profile/def-ctors.cpp @@ -1,10 +1,6 @@ -// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -// -main-file-name def-ctors.cpp -o - -emit-llvm -fprofile-instrument=clang | -// FileCheck --check-prefix=PGOGEN %s +// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-ctors.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck --check-prefix=PGOGEN %s -// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -// -main-file-name def-ctors.cpp -o - -emit-llvm -fprofile-instrument=clang -// -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s +// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-ctors.cpp -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s struct Base { int B; diff --git a/clang/test/Profile/def-dtors.cpp b/clang/test/Profile/def-dtors.cpp index 8394be28ac3..ad0434571c1 100644 --- a/clang/test/Profile/def-dtors.cpp +++ b/clang/test/Profile/def-dtors.cpp @@ -1,10 +1,6 @@ -// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -// -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang | -// FileCheck --check-prefix=PGOGEN %s +// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck --check-prefix=PGOGEN %s -// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -// -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang -// -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s +// RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s struct Base { int B; |