summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-02-10 20:14:04 +0000
committerXinliang David Li <davidxl@google.com>2016-02-10 20:14:04 +0000
commitf049fe9c736cf04e12a108c99678230b2be4c49c (patch)
treea6ddb3fac6ae1f11ff024b86cc8e93f5e3cfb531 /llvm/test
parentd791bd07c707c432f0f97d88e8161274a5867f78 (diff)
downloadbcm5719-llvm-f049fe9c736cf04e12a108c99678230b2be4c49c.tar.gz
bcm5719-llvm-f049fe9c736cf04e12a108c99678230b2be4c49c.zip
[Coverage] add covmap v2 binary format regression test
llvm-svn: 260428
Diffstat (limited to 'llvm/test')
-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