[all-commits] [llvm/llvm-project] e47c0e: [TSan] Revert removal of ignore_interceptors_acces...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Mon Jun 8 12:36:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e47c0ef09f42f632f0838fbf6e56cbf57aa70c92
https://github.com/llvm/llvm-project/commit/e47c0ef09f42f632f0838fbf6e56cbf57aa70c92
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_flags.inc
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
M compiler-rt/test/sanitizer_common/TestCases/Darwin/abort_on_error.cpp
M compiler-rt/test/sanitizer_common/lit.common.cfg.py
M compiler-rt/test/tsan/Darwin/norace-objcxx-run-time.mm
M compiler-rt/test/tsan/Unit/lit.site.cfg.py.in
M compiler-rt/test/tsan/lit.cfg.py
Log Message:
-----------
[TSan] Revert removal of ignore_interceptors_accesses flag
This flag suppresses TSan FPs on Darwin. I removed this flag
prematurely and have been dealing with the fallout ever since.
This commit puts back the flag, reverting 7d1085cb [1].
[1] https://reviews.llvm.org/D55075
More information about the All-commits
mailing list