mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Disable TSAN for rb_gc_mark_machine_context
Previously this was listed as a suppression, but we actually want this permanently unsanitized. This should be faster and more reliable since TASN won't have to match against symbolicated backtraces.
This commit is contained in:
parent
3ad2019259
commit
7f25b8f5fb
3 changed files with 11 additions and 4 deletions
|
@ -1372,6 +1372,7 @@ AC_CHECK_HEADERS(process.h)
|
|||
AC_CHECK_HEADERS(pwd.h)
|
||||
AC_CHECK_HEADERS(sanitizer/asan_interface.h)
|
||||
AC_CHECK_HEADERS(sanitizer/msan_interface.h)
|
||||
AC_CHECK_HEADERS(sanitizer/tsan_interface.h)
|
||||
AC_CHECK_HEADERS(setjmpex.h)
|
||||
AC_CHECK_HEADERS(stdalign.h)
|
||||
AC_CHECK_HEADERS(stdio.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue