mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
45d037347b
llvm-svn: 258384
11 lines
551 B
Plaintext
11 lines
551 B
Plaintext
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
|