[PATCH] D47355: [CMake] Allow specifying extra dependencies of bootstrap stage
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 24 18:11:46 PDT 2018
phosek added inline comments.
================
Comment at: clang/CMakeLists.txt:586
+ if(CLANG_BOOTSTRAP_EXTRA_COMPONENTS)
+ add_dependencies(clang-bootstrap-deps ${CLANG_BOOTSTRAP_EXTRA_COMPONENTS})
----------------
I don't know if `COMPONENTS` is the best term, this could also possibly be `DEPS`.
Repository:
rC Clang
https://reviews.llvm.org/D47355
More information about the cfe-commits
mailing list