diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll | 2 | ||||
| -rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.v3.macho64l | bin | 64456 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/tools/llvm-cov/binary-formats.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll index 13630b4a254..33624380a37 100644 --- a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll +++ b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll @@ -1,8 +1,6 @@ ;; Ensure that SHF_ALLOC section flag is not set for the __llvm_covmap section on Linux. ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s -@covfun = linkonce_odr hidden constant i32 0, section "__llvm_covfun" @__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap" -; CHECK-DAG: .section __llvm_covfun,"" ; CHECK-DAG: .section __llvm_covmap,"" diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v3.macho64l b/llvm/test/tools/llvm-cov/Inputs/binary-formats.v3.macho64l Binary files differdeleted file mode 100755 index 7da1822483e..00000000000 --- a/llvm/test/tools/llvm-cov/Inputs/binary-formats.v3.macho64l +++ /dev/null diff --git a/llvm/test/tools/llvm-cov/binary-formats.c b/llvm/test/tools/llvm-cov/binary-formats.c index 009583c00bc..8836971d423 100644 --- a/llvm/test/tools/llvm-cov/binary-formats.c +++ b/llvm/test/tools/llvm-cov/binary-formats.c @@ -7,6 +7,5 @@ int main(int argc, const char *argv[]) {} // RUN: llvm-cov show %S/Inputs/binary-formats.macho32l -instr-profile %t.profdata -path-equivalence=/tmp,%S %s | FileCheck %s // RUN: llvm-cov show %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata -path-equivalence=/tmp,%S %s | FileCheck %s // RUN: llvm-cov show %S/Inputs/binary-formats.macho32b -instr-profile %t.profdata -path-equivalence=/tmp,%S %s | FileCheck %s -// RUN: llvm-cov show %S/Inputs/binary-formats.v3.macho64l -instr-profile %t.profdata -path-equivalence=/tmp,%S %s | FileCheck %s // RUN: llvm-cov export %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata | FileCheck %S/Inputs/binary-formats.canonical.json |

