diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/cov-comdat.test')
-rw-r--r-- | llvm/test/tools/llvm-cov/cov-comdat.test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/tools/llvm-cov/cov-comdat.test b/llvm/test/tools/llvm-cov/cov-comdat.test deleted file mode 100644 index f44434c0c22..00000000000 --- a/llvm/test/tools/llvm-cov/cov-comdat.test +++ /dev/null @@ -1,10 +0,0 @@ -REQUIRES: shell - -# The binary contains two (merged) covmap sections which -# have duplicate CovMapRecords from comdat (template instantation). -# This test makes sure the reader reads it properly. It also -# tests that the coverage data from different instantiations -# of the same template function are properly merged in show -# output. - -// RUN: llvm-cov show %S/Inputs/elf_binary_comdat -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h |