diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2014-08-12 22:07:48 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-08-12 22:07:48 +0000 |
| commit | d2d2457823a2f1b90e907708c5bd54ac66b6d8dd (patch) | |
| tree | dc7a1c25eff04a5154caf352a9eeb7817bd28358 /compiler-rt/lib/sanitizer_common/sanitizer_flags.h | |
| parent | 3d4eae74e7555c9bf61f07f9207ec26eaf4e6977 (diff) | |
| download | bcm5719-llvm-d2d2457823a2f1b90e907708c5bd54ac66b6d8dd.tar.gz bcm5719-llvm-d2d2457823a2f1b90e907708c5bd54ac66b6d8dd.zip | |
[Sanitizer] Make disable_coredump a common flag and use it in TSan
llvm-svn: 215479
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h index e03a2da6e79..97641a6c49f 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.h @@ -59,6 +59,7 @@ struct CommonFlags { bool full_address_space; const char *suppressions; bool print_suppressions; + bool disable_coredump; }; inline CommonFlags *common_flags() { |

