File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,15 @@ HTML for investigation:
108108 -DCMAKE_PREFIX_PATH="$LLVM_PROJECT;$DEVICE_LIBS" ..
109109 $ make -j
110110 $ make test test-lit
111- $ cd profile
112- $ $LLVM_PROJECT/bin/llvm-profdata merge -sparse \ *.profraw -o \
111+ $ cd profiles
112+ $ $LLVM_PROJECT/bin/llvm-profdata merge -sparse *.profraw -o \
113113 comgr_test.profdata # merge and index data
114114 $ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
115115 -instr-profile=comgr_test.profdata # show test report
116116 $ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
117- -instr-profile=comgr_test.profdata -ignore-filename-regex="build-.*/" \
118- -ignore-filename-regex="llvm-project-internal/ [cl].*/include/*" \
119- # show test report without includes
117+ -instr-profile=comgr_test.profdata \
118+ -ignore-filename-regex="[cl].*/include/*" # show test report without \
119+ includes
120120 $ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
121121 --preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
122122 $LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \
You can’t perform that action at this time.
0 commit comments