Skip to content

Commit 18ec93d

Browse files
committed
[profile][test] Delete --path-equivalence=/tmp,%S
This causes the test to fail if %S is under /tmp
1 parent 61da95e commit 18ec93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/Linux/instrprof-comdat.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ RUN: mkdir -p %t.d
22
RUN: %clangxx_profgen -o %t.d/comdat -fcoverage-mapping -fuse-ld=gold %S/../Inputs/instrprof-comdat-1.cpp %S/../Inputs/instrprof-comdat-2.cpp
33
RUN: LLVM_PROFILE_FILE=%t-comdat.profraw %run %t.d/comdat
44
RUN: llvm-profdata merge -o %t.d/comdat.prof %t-comdat.profraw
5-
RUN: llvm-cov show --path-equivalence=/tmp,%S --instr-profile=%t.d/comdat.prof %t.d/comdat | FileCheck --check-prefix=HEADER %S/../Inputs/instrprof-comdat.h
5+
RUN: llvm-cov show --instr-profile=%t.d/comdat.prof %t.d/comdat | FileCheck --check-prefix=HEADER %S/../Inputs/instrprof-comdat.h
66

0 commit comments

Comments
 (0)