[PATCH] D58110: Support fiber API on macOS

Yuri Per via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 08:51:37 PST 2019


yuri updated this revision to Diff 186852.
yuri added a comment.
Herald added a subscriber: jdoerfert.

Cleanup tests


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

https://reviews.llvm.org/D58110

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58110.186852.patch
Type: text/x-patch
Size: 11764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190214/a99d62cf/attachment.bin>


More information about the llvm-commits mailing list