From 825627d1ee7572056af55f5c22b96cb815cc59b6 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 27 Jun 2014 12:48:01 +0000 Subject: [msan] Add store_context_size= flag. A new flag to control stack trace size for store event (in track-origins=2 mode) independently of malloc_context_size. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@211896 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/msan/msan_flags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/msan/msan_flags.h') diff --git a/lib/msan/msan_flags.h b/lib/msan/msan_flags.h index e9ea32bda..9b93f118a 100644 --- a/lib/msan/msan_flags.h +++ b/lib/msan/msan_flags.h @@ -30,6 +30,7 @@ struct Flags { bool print_stats; bool halt_on_error; bool atexit; + int store_context_size; // like malloc_context_size, but for uninit stores }; Flags *flags(); -- cgit v1.2.3