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:
108
108
-DCMAKE_PREFIX_PATH="$LLVM_PROJECT;$DEVICE_LIBS" ..
109
109
$ make -j
110
110
$ 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 \
113
113
comgr_test.profdata # merge and index data
114
114
$ $LLVM_PROJECT/bin/llvm-cov report ../libamd_comgr.so \
115
115
-instr-profile=comgr_test.profdata # show test report
116
116
$ $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
120
120
$ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
121
121
--preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
122
122
$LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \
You can’t perform that action at this time.
0 commit comments