[asan] initial support for experimental basic-block tracing; also add tests for vario...
authorKostya Serebryany <kcc@google.com>
Wed, 19 Nov 2014 00:24:11 +0000 (00:24 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 19 Nov 2014 00:24:11 +0000 (00:24 +0000)
commitc9d251e4d17c47504702d0a5b040ac20414f5ba7
treefec74887ee89500cc99735008a406f793f99bd55
parentcb45b126fbc766a953adc1d1fded11198bc85af2
[asan] initial support for experimental basic-block tracing; also add tests for various levels of -fsanitize-coverage

llvm-svn: 222291
compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
compiler-rt/test/asan/TestCases/Linux/coverage-levels.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Linux/coverage-tracing.cc [new file with mode: 0644]