This is an archive of the discontinued LLVM Phabricator instance.

cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros
ClosedPublic

Authored by tstellar on Jul 11 2019, 12:02 PM.

Details

Summary

This will simplify the macros by allowing us to remove the hard-coded
list of libraries that should be installed when
LLVM_INSTALL_TOOLCHAIN_ONLY is enabled.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jul 11 2019, 12:02 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 11 2019, 12:02 PM
beanz accepted this revision.Jul 11 2019, 2:10 PM

LGTM.

This revision is now accepted and ready to land.Jul 11 2019, 2:10 PM
This revision was automatically updated to reflect the committed changes.