This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Allow building both shared and static library
ClosedPublic

Authored by phosek on Aug 5 2016, 4:36 PM.

Details

Summary

This change allows building both shared and static version of libunwind in a single build, sharing object files between both versions.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 67047.Aug 5 2016, 4:36 PM
phosek retitled this revision from to [libunwind] Allow building both shared and static library.
phosek updated this object.
phosek added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.
compnerd accepted this revision.Aug 6 2016, 10:16 AM
compnerd edited edge metadata.
compnerd added inline comments.
src/CMakeLists.txt
101 ↗(On Diff #67047)

Please indent this to align up to the arguments as it was previously.

112 ↗(On Diff #67047)

Similar.

126 ↗(On Diff #67047)

Similar.

This revision is now accepted and ready to land.Aug 6 2016, 10:16 AM
phosek updated this revision to Diff 67122.Aug 7 2016, 10:38 PM
phosek edited edge metadata.
phosek removed rL LLVM as the repository for this revision.
phosek marked 3 inline comments as done.
This revision was automatically updated to reflect the committed changes.