summaryrefslogtreecommitdiff
path: root/lib/msan/msan_flags.h
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2013-05-06 13:15:14 +0000
committerSergey Matveev <earthdok@google.com>2013-05-06 13:15:14 +0000
commit0b4bf4d72be10ba114c9b1f73aca45acd0e44ddc (patch)
tree00fda71c448e053cc4a40bc75abf82272e6cefd0 /lib/msan/msan_flags.h
parented20ebe35c64b8c7043447f6a48b0e5adc89aded (diff)
[msan] Common flags in MSan.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@181194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_flags.h')
-rw-r--r--lib/msan/msan_flags.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/msan/msan_flags.h b/lib/msan/msan_flags.h
index dfad8a421..64ef84509 100644
--- a/lib/msan/msan_flags.h
+++ b/lib/msan/msan_flags.h
@@ -19,17 +19,11 @@ namespace __msan {
// Flags.
struct Flags {
int exit_code;
- int num_callers;
int verbosity;
bool poison_heap_with_zeroes; // default: false
bool poison_stack_with_zeroes; // default: false
bool poison_in_malloc; // default: true
bool report_umrs;
- const char *strip_path_prefix;
- // Use fast (frame-pointer-based) unwinder on fatal errors (if available).
- bool fast_unwind_on_fatal;
- // Use fast (frame-pointer-based) unwinder on malloc/free (if available).
- bool fast_unwind_on_malloc;
bool wrap_signals;
};