This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi][CMake] Provide option to disable installing of the library
ClosedPublic

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

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Nov 17 2017, 1:38 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.