diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_flags.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h index 7740b240f04..efea6fea48d 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h @@ -41,6 +41,8 @@ struct CommonFlags {    // The special values are "stdout" and "stderr".    // The default is "stderr".    const char *log_path; +  // Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output). +  int  verbosity;    // Enable memory leak detection.    bool detect_leaks;    // Invoke leak checking in an atexit handler. Has no effect if  | 

