summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools')
-rwxr-xr-xllvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l (renamed from llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat)bin2125219 -> 2125219 bytes
-rwxr-xr-xllvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32lbin0 -> 29650 bytes
-rwxr-xr-xllvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64lbin0 -> 2125093 bytes
-rw-r--r--llvm/test/tools/llvm-cov/cov-comdat.test4
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
index 319322d747f..319322d747f 100755
--- a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat
+++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l
new file mode 100755
index 00000000000..6802ad90472
--- /dev/null
+++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l
new file mode 100755
index 00000000000..1527b94069f
--- /dev/null
+++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l
Binary files differ
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
OpenPOWER on IntegriCloud