This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Create install-stripped targets
ClosedPublic

Authored by smeenai on Nov 30 2017, 2:51 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++, let's do it manually.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Nov 30 2017, 2:51 PM
smeenai updated this revision to Diff 125034.Nov 30 2017, 2:54 PM

Don't add deprecated target names, since clients should be switching over to the new ones.

compnerd accepted this revision.Dec 5 2017, 4:33 PM
This revision is now accepted and ready to land.Dec 5 2017, 4:33 PM
This revision was automatically updated to reflect the committed changes.