This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 8cda64f39 [CMake] Add fuzzer as a component for runtime builds new 854bc7192 [TSan] Support fiber API on macOS
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/tsan/rtl/tsan_interceptors_mac.cc | 32 ++++++++++++++++++++++++++ lib/tsan/rtl/tsan_interface.cc | 2 -- lib/tsan/rtl/tsan_platform_linux.cc | 4 ++++ lib/tsan/rtl/tsan_platform_mac.cc | 37 +++++++++++++++--------------- lib/tsan/rtl/tsan_rtl.h | 1 + lib/tsan/rtl/tsan_rtl_thread.cc | 2 +- test/lsan/TestCases/swapcontext.cc | 7 +----- test/sanitizer_common/sanitizer_ucontext.h | 11 +++++++++ test/tsan/fiber_asm.cc | 10 ++++---- test/tsan/fiber_from_thread.cc | 4 ++-- test/tsan/fiber_longjmp.cc | 4 ++-- test/tsan/fiber_race.cc | 4 ++-- test/tsan/fiber_simple.cc | 4 ++-- test/tsan/fiber_two_threads.cc | 4 ++-- test/tsan/test.h | 6 +++++ 15 files changed, 89 insertions(+), 43 deletions(-) create mode 100644 test/sanitizer_common/sanitizer_ucontext.h