Skip to content

Commit e1e17c4

Browse files
committed
fix small typos
1 parent 8ba9e45 commit e1e17c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

amd/comgr/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)