This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Allow specifying extra dependencies of bootstrap stage
ClosedPublic

Authored by phosek on May 24 2018, 6:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 24 2018, 6:05 PM
phosek added inline comments.
clang/CMakeLists.txt
586 ↗(On Diff #148534)

I don't know if COMPONENTS is the best term, this could also possibly be DEPS.

beanz accepted this revision.Jun 11 2018, 2:00 PM

I prefer DEPS to COMPONENTS because I've tried to explicitly use the term components to mean targets that have paired build and install targets. Otherwise looks good.

This revision is now accepted and ready to land.Jun 11 2018, 2:00 PM
phosek updated this revision to Diff 150838.Jun 11 2018, 2:03 PM
phosek marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.