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