diff options
author | Xinliang David Li <davidxl@google.com> | 2016-01-21 01:21:00 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-01-21 01:21:00 +0000 |
commit | d75eaf2b17bba1c0ee6aab873e1243531c2faedd (patch) | |
tree | 520a5185ba4a67307335f09e8c8b05bdf5e9cc0c /llvm/test/tools/llvm-cov/cov-comdat.test | |
parent | bc05e4e4c01b8a05e750b9aa9cad7df729b57938 (diff) | |
download | bcm5719-llvm-d75eaf2b17bba1c0ee6aab873e1243531c2faedd.tar.gz bcm5719-llvm-d75eaf2b17bba1c0ee6aab873e1243531c2faedd.zip |
Revert 258376 -- wrong version
llvm-svn: 258377
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 |