diff options
| author | Kostya Serebryany <kcc@google.com> | 2014-12-23 22:32:17 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2014-12-23 22:32:17 +0000 |
| commit | 9fdeb37bd346089488c5fe77a7edf16ee2f34cb1 (patch) | |
| tree | 88e529212f04ea6357b84afe33431abe8cc44c95 /compiler-rt/lib/sanitizer_common/sanitizer_flags.h | |
| parent | fc096c98f389b3d8813e72e1ea3c38d1a2e567d4 (diff) | |
| download | bcm5719-llvm-9fdeb37bd346089488c5fe77a7edf16ee2f34cb1.tar.gz bcm5719-llvm-9fdeb37bd346089488c5fe77a7edf16ee2f34cb1.zip | |
[asan] change the coverage collection scheme so that we can easily emit coverage for the entire process as a single bit set, and if coverage_bitset=1 actually emit that bitset
llvm-svn: 224789
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h index b9f2204a2ec..6d251b40ec1 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h @@ -56,6 +56,7 @@ struct CommonFlags { uptr mmap_limit_mb; uptr hard_rss_limit_mb; bool coverage; + bool coverage_bitset; bool coverage_direct; const char *coverage_dir; bool full_address_space; |

