This is an archive of the discontinued LLVM Phabricator instance.

[projects] Use add_llvm_external_project for implicit projects
ClosedPublic

Authored by smeenai on Nov 29 2018, 10:45 PM.

Details

Summary

This allows disabling implicit projects via the LLVM_TOOL_*_BUILD
variables, similar to how implicit tools can be disabled. They'll still
be enabled by default, since add_llvm_external_project defaults the
LLVM_TOOL_*_BUILD variables to ON for in-tree implciit projects.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Nov 29 2018, 10:45 PM
smeenai updated this revision to Diff 176038.Nov 29 2018, 10:46 PM

Correct patch

phosek accepted this revision.Nov 30 2018, 5:22 PM

LGTM

This revision is now accepted and ready to land.Nov 30 2018, 5:22 PM
This revision was automatically updated to reflect the committed changes.