[compiler-rt] 18ec93d - [profile][test] Delete --path-equivalence=/tmp, %S

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 31 00:36:23 PDT 2021


Author: Fangrui Song
Date: 2021-07-31T00:36:17-07:00
New Revision: 18ec93d9e60c687bfb2b39269f7f81d47b71a179

URL: https://github.com/llvm/llvm-project/commit/18ec93d9e60c687bfb2b39269f7f81d47b71a179
DIFF: https://github.com/llvm/llvm-project/commit/18ec93d9e60c687bfb2b39269f7f81d47b71a179.diff

LOG: [profile][test] Delete --path-equivalence=/tmp,%S

This causes the test to fail if %S is under /tmp

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/Linux/instrprof-comdat.test b/compiler-rt/test/profile/Linux/instrprof-comdat.test
index 1490ea7f06031..cbeeb91a64a4c 100644
--- a/compiler-rt/test/profile/Linux/instrprof-comdat.test
+++ b/compiler-rt/test/profile/Linux/instrprof-comdat.test
@@ -2,5 +2,5 @@ RUN: mkdir -p %t.d
 RUN: %clangxx_profgen -o %t.d/comdat -fcoverage-mapping -fuse-ld=gold %S/../Inputs/instrprof-comdat-1.cpp %S/../Inputs/instrprof-comdat-2.cpp
 RUN: LLVM_PROFILE_FILE=%t-comdat.profraw %run %t.d/comdat
 RUN: llvm-profdata merge -o %t.d/comdat.prof %t-comdat.profraw 
-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
+RUN: llvm-cov show --instr-profile=%t.d/comdat.prof %t.d/comdat | FileCheck --check-prefix=HEADER %S/../Inputs/instrprof-comdat.h
 


        


More information about the llvm-commits mailing list