[PATCH] D58110: Support fiber API on macOS

Yuri Per via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 22:54:54 PST 2019


yuri updated this revision to Diff 187310.
yuri set the repository for this revision to rG LLVM Github Monorepo.
yuri added a comment.

Do not include <ucontext.h> and declare getcontext/setcontext manually


Repository:
  rG LLVM Github Monorepo

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.187310.patch
Type: text/x-patch
Size: 11697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190219/d05a44c7/attachment.bin>


More information about the llvm-commits mailing list