This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

rmaprath updated this revision to Diff 72698.Sep 27 2016, 1:13 PM
rmaprath retitled this revision from to [libunwind] Add support for a single-threaded libunwind build.
rmaprath updated this object.
rmaprath added reviewers: jroelofs, compnerd, logan.
rmaprath added a subscriber: cfe-commits.
compnerd accepted this revision.Sep 27 2016, 6:36 PM
compnerd edited edge metadata.
This revision is now accepted and ready to land.Sep 27 2016, 6:36 PM
This revision was automatically updated to reflect the committed changes.