[PATCH] D11743: [CMake] First pass at adding support for clang bootstrap builds to CMake
Filipe Cabecinhas
filcab+llvm.phabricator at gmail.com
Mon Aug 3 17:29:53 PDT 2015
filcab added a subscriber: filcab.
filcab added a comment.
Thank you!
I was going to ask you to change the bootstrap-install name, but it seems it's a cmake thing.
================
Comment at: CMakeLists.txt:565
@@ +564,3 @@
+ USES_TERMINAL_BUILD 1
+ USES_TERMINAL_INSTALL 1)
+ endif()
----------------
Nit: not consistent with the other parens closing multi-line macros/directives.
http://reviews.llvm.org/D11743
More information about the cfe-commits
mailing list