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.
Paths
| Differential D24984
[libunwind] Add support for a single-threaded libunwind build ClosedPublic Authored by rmaprath on Sep 27 2016, 1:13 PM.
Details Summary 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.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 27 2016, 6:36 PM Closed by commit rL282575: [libunwind] Add support for a single-threaded libunwind build (authored by asiri). · Explain WhySep 28 2016, 4:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 72698 CMakeLists.txt
src/CMakeLists.txt
src/UnwindCursor.hpp
src/Unwind_AppleExtras.cpp
src/config.h
|