This allows adding additional bootstrap dependencies to the bootstrap
compiler that may be needed by later stages.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/CMakeLists.txt | ||
---|---|---|
586 ↗ | (On Diff #148534) | I don't know if COMPONENTS is the best term, this could also possibly be DEPS. |
Comment Actions
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.