diff options
Diffstat (limited to 'compiler-rt/test/profile/instrprof-comdat.test')
-rw-r--r-- | compiler-rt/test/profile/instrprof-comdat.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler-rt/test/profile/instrprof-comdat.test b/compiler-rt/test/profile/instrprof-comdat.test deleted file mode 100644 index ea20da55725..00000000000 --- a/compiler-rt/test/profile/instrprof-comdat.test +++ /dev/null @@ -1,6 +0,0 @@ -RUN: mkdir -p %t.d -RUN: %clang_profgen -xc++ -o %t.d/comdat -fcoverage-mapping %S/Inputs/instrprof-comdat-1.cpp %S/Inputs/instrprof-comdat-2.cpp -RUN: LLVM_PROFILE_FILE=%t-comdat.profraw %t.d/comdat -RUN: llvm-profdata merge -o %t.d/comdat.prof %t-comdat.profraw -RUN: llvm-cov show --filename-equivalence --instr-profile=%t.d/comdat.prof %t.d/comdat | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h - |