Johan Ahlers | 9ddac18 | 2016-07-22 06:57:23 | [diff] [blame] | 1 | Blacklist for llvm's sancov |
2 | |||||
3 | See http://clang.llvm.org/docs/SanitizerCoverage.html . | ||||
4 | |||||
5 | Example usage: | ||||
6 | > cd out/Debug | ||||
7 | > UBSAN_OPTIONS="coverage=1" ./peerconnection_unittests | ||||
8 | > sancov -html-report -blacklist ../../tools/sancov/blacklist.txt \ | ||||
9 | > peerconnection_unittests peerconnection_unittests.123.sancov |