This is an archive of the discontinued LLVM Phabricator instance.

[clang] Use add_llvm_install_targets
ClosedPublic

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

Details

Summary

Use this function to create the install targets rather than doing so
manually, which gains us the -stripped install targets to perform
stripped installations.

Diff Detail

Repository
rC Clang

Event Timeline

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

LGTM.

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