summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/asan_flags.h')
-rw-r--r--compiler-rt/lib/asan/asan_flags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_flags.h b/compiler-rt/lib/asan/asan_flags.h
index bed97bd3db3..7c2a1e36b67 100644
--- a/compiler-rt/lib/asan/asan_flags.h
+++ b/compiler-rt/lib/asan/asan_flags.h
@@ -54,6 +54,8 @@ struct Flags {
bool mac_ignore_invalid_free;
// Enables stack-use-after-return checking at run-time.
bool detect_stack_use_after_return;
+ // The minimal fake stack size log.
+ int uar_stack_size_log;
// ASan allocator flag. max_malloc_fill_size is the maximal amount of bytes
// that will be filled with malloc_fill_byte on malloc.
int max_malloc_fill_size, malloc_fill_byte;
OpenPOWER on IntegriCloud