This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Add all subprojects to LLVM_ALL_PROJECTS
ClosedPublic

Authored by smeenai on Feb 6 2019, 1:17 PM.

Details

Summary

Make LLVM_ALL_PROJECTS reflect all top-level directories in the monorepo
rather than an arbitrary subset. clang-tools-extra is technically
unnecessary since it gets enabled by clang, but having it there for
consistency shouldn't hurt either.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Feb 6 2019, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2019, 1:17 PM
Herald added a subscriber: mgorny. · View Herald Transcript

I'm putting this up for review just in case there's some potential for breakage I'm not seeing. Note that all these directories are present in the old monorepo as well, so it shouldn't break anyone who's still on that.

smeenai added a subscriber: lei.Feb 6 2019, 1:18 PM
phosek accepted this revision.Feb 6 2019, 1:41 PM

LGTM

This revision is now accepted and ready to land.Feb 6 2019, 1:41 PM
This revision was automatically updated to reflect the committed changes.