Fix test case problem(caused by clang-format

llvm-svn: 260022
This commit is contained in:
Xinliang David Li 2016-02-07 07:13:18 +00:00
parent 4e1aa2de76
commit 6962659a36
2 changed files with 4 additions and 12 deletions

View File

@ -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;

View File

@ -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;