This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Don't install libraries when LLVM_INSTALL_TOOLCHAIN_ONLY is ON
Needs ReviewPublic

Authored by Eugene.Zelenko on Aug 10 2017, 2:43 PM.

Details

Summary

LLD currently installs libraries without respecting LLVM_INSTALL_TOOLCHAIN_ONLY. Installation depends on LLD_BUILD_TOOLS, but this variable is used in other places, so it could not be defaulted to NOT LLVM_INSTALL_TOOLCHAIN_ONLY.

Diff Detail

Event Timeline

Eugene.Zelenko created this revision.Aug 10 2017, 2:43 PM
espindola edited reviewers, added: espindola; removed: rafael.Mar 15 2018, 9:11 AM