Skip to content

Commit 7b5dbeb

Browse files
committed
Tell users to use inline-8bit-counters.
libfuzzer defaults to `trace-pc-guard`, but that seems to be removed now: - #66 - llvm/llvm-project@c5d3d49#diff-32378db1cb0e8e11ecfc62eda7181acadc661910d4e3ab214babb65af95bc7e9 And confusingly, their docs still mention `trace-pc-guard`: - https://github.com/llvm/llvm-project/blob/master/clang/docs/SanitizerCoverage.rst
1 parent 633056a commit 7b5dbeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Build by running the following command:
5151
$ cargo rustc -- \
5252
-C passes='sancov' \
5353
-C llvm-args='-sanitizer-coverage-level=3' \
54+
-C llvm-args='-sanitizer-coverage-inline-8bit-counters' \
5455
-Z sanitizer=address
5556
```
5657

0 commit comments

Comments
 (0)