This is an archive of the discontinued LLVM Phabricator instance.

[libunwind][CMake] Provide option to disable instalation of the library
ClosedPublic

Authored by phosek on Nov 17 2017, 1:41 PM.

Details

Summary

This is useful in cases where we only build static library and
libunwind.a is combined with libc++abi.a into a single archive in which
case we don't want to have libunwind.a installed separately. The same
option is already provided by libcxx CMake build.

This change also adds the install-unwind target for consistency with the
libcxxabi and libcxx CMake build.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Nov 17 2017, 1:41 PM
phosek edited the summary of this revision. (Show Details)Nov 17 2017, 1:42 PM
beanz accepted this revision.Nov 17 2017, 1:46 PM

LGTM.

This revision is now accepted and ready to land.Nov 17 2017, 1:46 PM
This revision was automatically updated to reflect the committed changes.