]> granicus.if.org Git - clang/commit
[CMake] Add clang-bootstrap-deps target
authorChris Bieneman <beanz@apple.com>
Wed, 19 Oct 2016 21:18:48 +0000 (21:18 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 19 Oct 2016 21:18:48 +0000 (21:18 +0000)
commit24fea6a6ebee67709dfa4b484897eccdd738e212
tree680937ad4db8be25024ccc9c6e1d5b38b2a07636
parentbf32d4a7db9373ef41d77bcac0bddca5b663013a
[CMake] Add clang-bootstrap-deps target

Having this target allows other parts of the build system to add to the bootstrap dependencies without needing to be defined before the bootstrap targets are created.

This will specifically be used connect the builtins build from the LLVM runtimes directory as a dependency of the next build stage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284648 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt