This is an archive of the discontinued LLVM Phabricator instance.

Remove requirement for libunwind sources.
ClosedPublic

Authored by Shiz on May 14 2017, 7:54 PM.

Details

Reviewers
EricWF
Summary

As per r241993, libunwind_ext.h is not used anymore, and thus only the public libunwind includes are needed.
This eases distro packaging efforts and removes an unneeded requirement for out-of-tree building.

Diff Detail

Repository
rL LLVM

Event Timeline

Shiz created this revision.May 14 2017, 7:54 PM
EricWF accepted this revision.May 25 2017, 12:40 AM
This revision is now accepted and ready to land.May 25 2017, 12:40 AM
Shiz added a comment.May 25 2017, 6:11 PM

@EricWF: Thanks for reviewing! Is there anything else I need to do at this point or will it be committed automatically?

EricWF closed this revision.May 31 2017, 3:12 PM

Committed as r304359.