From: Xinliang David Li Date: Wed, 10 Feb 2016 20:14:04 +0000 (+0000) Subject: [Coverage] add covmap v2 binary format regression test X-Git-Tag: llvmorg-3.9.0-rc1~14541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f049fe9c736cf04e12a108c99678230b2be4c49c;p=platform%2Fupstream%2Fllvm.git [Coverage] add covmap v2 binary format regression test llvm-svn: 260428 --- diff --git a/llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l similarity index 100% rename from llvm/test/tools/llvm-cov/Inputs/elf_binary_comdat rename to 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 new file mode 100755 index 0000000..6802ad9 Binary files /dev/null and b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l 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 0000000..1527b94 Binary files /dev/null and b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l differ diff --git a/llvm/test/tools/llvm-cov/cov-comdat.test b/llvm/test/tools/llvm-cov/cov-comdat.test index f44434c..de52323 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