This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] support building shared lib and static lib simultaneously
ClosedPublic

Authored by zlei on Jul 22 2016, 6:27 PM.

Details

Summary

Currently libunwind can be configured to build either shared lib or static lib, but not both. Downstream package maintainers may want to build/install shared lib and static lib simultaneously, without configuring twice.

This patch enables building static lib along with shared lib.

Diff Detail

Event Timeline

zlei updated this revision to Diff 65204.Jul 22 2016, 6:27 PM
zlei retitled this revision from to [libunwind] support building shared lib and static lib simultaneously.
zlei updated this object.
zlei added reviewers: rmaprath, EricWF, cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
compnerd accepted this revision.Jul 22 2016, 6:52 PM
compnerd added a reviewer: compnerd.
This revision is now accepted and ready to land.Jul 22 2016, 6:52 PM
zlei added a comment.Jul 27 2016, 1:17 AM
This comment was removed by zlei.
zlei added a comment.Aug 7 2016, 9:02 PM

@compnerd Could you please apply this patch? I don't have the permission.

zlei closed this revision.Sep 1 2016, 6:47 PM

I see this feature is already implemented upstream. Closing it now.