summaryrefslogtreecommitdiff
path: root/enablesanitizers.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin1-3/+4
- Call __asan_handle_no_return in RtlRestoreContext if it doesn't return and in ThrowExceptionFromContextInternal function; - Increase alternate signal stack size and use it also for asan.
2017-12-09Fix build with Asan (#15372)Konstantin Baladurin1-9/+27
- verify_dependencies: disable checking dependencies for Asan build because in this case shared libraries can have undefined symbols (if static linking with compiler-rt is used). - enablesanitizers.sh: remove excess quotes for ASAN_OPTIONS and UBSAN_OPTIONS environment variable because otherwise Asan cannot parse flags. Also doesn't export ASAN_SYMBOLIZER_PATH for clang > 3.6.
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-8/+18
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-0/+107