diff options
Diffstat (limited to 'llvm/test/tools')
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l (renamed from llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat) | bin | 2125219 -> 2125219 bytes | |||
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l | bin | 0 -> 29650 bytes | |||
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l | bin | 0 -> 2125093 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-cov/cov-comdat.test | 4 |
4 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l Binary files differindex 319322d747f..319322d747f 100755 --- a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l Binary files differnew file mode 100755 index 00000000000..6802ad90472 --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l Binary files differnew file mode 100755 index 00000000000..1527b94069f --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l diff --git a/llvm/test/tools/llvm-cov/cov-comdat.test b/llvm/test/tools/llvm-cov/cov-comdat.test index f44434c0c22..de52323014f 100644 --- a/llvm/test/tools/llvm-cov/cov-comdat.test +++ b/llvm/test/tools/llvm-cov/cov-comdat.test @@ -7,4 +7,6 @@ REQUIRES: shell # 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 +// RUN: llvm-cov show %S/Inputs/binary-formats.v1.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h +// RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h +// RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux32l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h |

