summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-11-15 03:26:28 +0000
committerBob Wilson <bob.wilson@apple.com>2013-11-15 03:26:28 +0000
commitae51c273d55fa172908cf940c238eacec0f73223 (patch)
tree3ba12fcb4800413f6a911ba9330caeeb1c0075a0 /lib/asan/asan_flags.h
parente767e350b1a6461bc29cfea28af75f908d7da56e (diff)
downloadcompiler-rt-ae51c273d55fa172908cf940c238eacec0f73223.tar.gz
Speculatively revert asan coverage changes 194702-194704.
Apple's bootstrapped LTO builds have been failing, and these changes (along with llvm 194701) are the only things on the blamelist. I will either reapply these changes or help debug the problem, depending on whether this fixes the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_flags.h')
-rw-r--r--lib/asan/asan_flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asan/asan_flags.h b/lib/asan/asan_flags.h
index 89662f28b..86eb3b6c1 100644
--- a/lib/asan/asan_flags.h
+++ b/lib/asan/asan_flags.h
@@ -83,9 +83,6 @@ struct Flags {
bool print_legend;
// If set, prints ASan exit stats even after program terminates successfully.
bool atexit;
- // If set, coverage information will be dumped at shutdown time if the
- // appropriate instrumentation was enabled.
- bool coverage;
// By default, disable core dumper on 64-bit - it makes little sense
// to dump 16T+ core.
bool disable_core;