[PATCH] D58110: Support fiber API on macOS

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 17:17:48 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358802: [TSan] Support fiber API on macOS (authored by yln, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D58110?vs=187521&id=195945#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58110/new/

https://reviews.llvm.org/D58110

Files:
  compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors_mac.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_interface.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_thread.cc
  compiler-rt/trunk/test/lsan/TestCases/swapcontext.cc
  compiler-rt/trunk/test/sanitizer_common/sanitizer_ucontext.h
  compiler-rt/trunk/test/tsan/fiber_asm.cc
  compiler-rt/trunk/test/tsan/fiber_from_thread.cc
  compiler-rt/trunk/test/tsan/fiber_longjmp.cc
  compiler-rt/trunk/test/tsan/fiber_race.cc
  compiler-rt/trunk/test/tsan/fiber_simple.cc
  compiler-rt/trunk/test/tsan/fiber_two_threads.cc
  compiler-rt/trunk/test/tsan/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58110.195945.patch
Type: text/x-patch
Size: 12198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190420/0bb366ed/attachment.bin>


More information about the llvm-commits mailing list