File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2013,7 +2013,7 @@ case "$CC_BASENAME" in
2013
2013
PGO_PROF_GEN_FLAG="-fprofile-instr-generate"
2014
2014
PGO_PROF_USE_FLAG="-fprofile-instr-use=code.profclangd"
2015
2015
LLVM_PROF_MERGER="${LLVM_PROFDATA} merge -output=code.profclangd *.profclangr"
2016
- LLVM_PROF_FILE="LLVM_PROFILE_FILE=\"code-%p.profclangr\""
2016
+ LLVM_PROF_FILE="LLVM_PROFILE_FILE=\"\$(shell pwd)/ code-%p.profclangr\""
2017
2017
if test $LLVM_PROF_FOUND = not-found
2018
2018
then
2019
2019
LLVM_PROF_ERR=yes
@@ -2029,7 +2029,7 @@ case "$CC_BASENAME" in
2029
2029
PGO_PROF_GEN_FLAG="-fprofile-instr-generate"
2030
2030
PGO_PROF_USE_FLAG="-fprofile-instr-use=code.profclangd"
2031
2031
LLVM_PROF_MERGER="${LLVM_PROFDATA} merge -output=code.profclangd *.profclangr"
2032
- LLVM_PROF_FILE="LLVM_PROFILE_FILE=\"code-%p.profclangr\""
2032
+ LLVM_PROF_FILE="LLVM_PROFILE_FILE=\"\$(shell pwd)/ code-%p.profclangr\""
2033
2033
if test "${LLVM_PROF_FOUND}" = "not-found"
2034
2034
then
2035
2035
LLVM_PROF_ERR=yes
You can’t perform that action at this time.
0 commit comments