[PATCH] D34560: Completelly disable git/svn version checking if not needed

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 00:48:56 PDT 2017


vitalybuka added inline comments.


================
Comment at: CMakeLists.txt:209
 option(LLVM_APPEND_VC_REV
-  "Append the version control system revision id to LLVM version" OFF)
+  "Embed the version control system revision id in LLVM" ON)
 
----------------
New default slowed down many build bots which relied on incremental build.


https://reviews.llvm.org/D34560





More information about the llvm-commits mailing list