summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-12-23 22:32:17 +0000
committerKostya Serebryany <kcc@google.com>2014-12-23 22:32:17 +0000
commit1c25b360f9b08e4a34bdda8512fcc553ee4739f1 (patch)
tree95349513fa7a9abe8eea9560174c5ba4f0ebc045 /lib/sanitizer_common/sanitizer_flags.h
parent2e92bdb2292a7fc0c126bef973886e563c122f74 (diff)
[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
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_flags.h')
-rw-r--r--lib/sanitizer_common/sanitizer_flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/sanitizer_flags.h b/lib/sanitizer_common/sanitizer_flags.h
index b9f2204a2..6d251b40e 100644
--- a/lib/sanitizer_common/sanitizer_flags.h
+++ b/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;