summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.h
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2014-05-12 14:27:36 +0000
committerSergey Matveev <earthdok@google.com>2014-05-12 14:27:36 +0000
commit5b1946bd1461d64b7f4cd036504b0d10314824a1 (patch)
treea9ed0c795354026ca22c4dc8d4c9ef1d15368e53 /lib/sanitizer_common/sanitizer_flags.h
parent16b90715795dc2473c4b76fcf84e51a390dd684d (diff)
[asan] Move the "coverage" flag to common flags.
The implementation lives in sanitizer_common and will need to access that flag. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208566 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 a322eadeb..cf9afffaa 100644
--- a/lib/sanitizer_common/sanitizer_flags.h
+++ b/lib/sanitizer_common/sanitizer_flags.h
@@ -53,6 +53,7 @@ struct CommonFlags {
bool intercept_tls_get_addr;
bool help;
uptr mmap_limit_mb;
+ bool coverage;
};
inline CommonFlags *common_flags() {