This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Switch to add_llvm_install_targets
ClosedPublic

Authored by smeenai on Dec 11 2017, 4:36 PM.

Details

Summary

This adds the install-*-stripped targets to LLDB, which are required for
the install-distribution-stripped option. We also need to create some
install-*-stripped targets manually, which are modeled after their
corresponding install-* targets.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Dec 11 2017, 4:36 PM
phosek accepted this revision.Dec 11 2017, 4:37 PM

LGTM

This revision is now accepted and ready to land.Dec 11 2017, 4:37 PM
This revision was automatically updated to reflect the committed changes.