[PATCH] D24984: [libunwind] Add support for a single-threaded libunwind build

Asiri Rathnayake via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 13:13:39 PDT 2016


rmaprath created this revision.
rmaprath added reviewers: jroelofs, compnerd, logan.
rmaprath added a subscriber: cfe-commits.
Herald added subscribers: mgorny, beanz.

The EHABI unwinder is thread-agnostic, SJLJ unwinder and the DWARF unwinder have a couple of `pthread` dependencies.

This patch makes it possible to build the whole of `libunwind` for a single-threaded environment.

https://reviews.llvm.org/D24984

Files:
  CMakeLists.txt
  src/CMakeLists.txt
  src/UnwindCursor.hpp
  src/Unwind_AppleExtras.cpp
  src/config.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24984.72698.patch
Type: text/x-patch
Size: 5163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160927/0c2b12ff/attachment.bin>


More information about the cfe-commits mailing list