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 72798 libunwind/trunk/CMakeLists.txt
libunwind/trunk/src/CMakeLists.txt
libunwind/trunk/src/UnwindCursor.hpp
libunwind/trunk/src/Unwind_AppleExtras.cpp
libunwind/trunk/src/config.h
|