This aligns with established naming convention for all other directories. BUG=webrtc:7593 NOTRY=True NOTREECHECKS=True R=ehmaldonado@webrtc.org, mbonadei@webrtc.org TBR=henrika@webrtc.org Review-Url: https://codereview.webrtc.org/2864213004 . Cr-Commit-Position: refs/heads/master@{#18059}
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
Blacklist for llvm's sancov
|
|
|
|
See http://clang.llvm.org/docs/SanitizerCoverage.html .
|
|
|
|
Example usage:
|
|
> cd out/Debug
|
|
> UBSAN_OPTIONS="coverage=1" ./peerconnection_unittests
|
|
> sancov -html-report -blacklist ../../tools/sancov/blacklist.txt \
|
|
> peerconnection_unittests peerconnection_unittests.123.sancov
|