We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbf60f commit a456ee7Copy full SHA for a456ee7
amd/comgr/README.md
@@ -118,8 +118,7 @@ HTML for investigation:
118
-instr-profile=comgr_test.profdata \
119
-ignore-filename-regex="[cl].*/include/*" # show test report without \
120
includes
121
- # 2. Use Perl script to aggregate the data and create html report.
122
- # The manual steps in 1. above are not needed in this case.
+ # 2. Or use python script to aggregate the data and create html report.
123
$ $LLVM_PROJECT/../llvm/utils/prepare-code-coverage-artifact.py \
124
--preserve-profiles $LLVM_PROJECT/bin/llvm-profdata \
125
$LLVM_PROJECT/bin/llvm-cov . html ../libamd_comgr.so \
0 commit comments