We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaf463 commit 8c70523Copy full SHA for 8c70523
compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
@@ -3082,7 +3082,6 @@ void InitializeInterceptors() {
3082
#if SANITIZER_LINUX
3083
TSAN_INTERCEPT(clone);
3084
#endif
3085
-
3086
#if !SANITIZER_ANDROID
3087
TSAN_INTERCEPT(dl_iterate_phdr);
3088
compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
@@ -673,7 +673,6 @@ void CheckUnwind() {
673
thr->ignore_reads_and_writes++;
674
atomic_store_relaxed(&thr->in_signal_handler, 0);
675
676
677
PrintCurrentStack(StackTrace::GetCurrentPc(),
678
common_flags()->fast_unwind_on_fatal);
679
}
0 commit comments