This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Add install-cxxabi-stripped target
ClosedPublic

Authored by smeenai on Nov 30 2017, 2:56 PM.

Details

Summary

LLVM is gaining install-*-stripped targets to perform stripped installs,
and in order for this to be useful for install-distribution, all
potential distribution components should have stripped installation
targets. LLVM has a function to create these install targets, but since
we can't use LLVM CMake functions in libc++abi, let's do it manually.

Event Timeline

smeenai created this revision.Nov 30 2017, 2:56 PM
beanz accepted this revision.Nov 30 2017, 3:10 PM

LGTM.

This revision is now accepted and ready to land.Nov 30 2017, 3:10 PM
This revision was automatically updated to reflect the committed changes.