[PATCH] D37272: [cmake] Stop putting the revision info in LLVM_VERSION_STRING

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 14:19:59 PDT 2017


rnk added inline comments.


================
Comment at: llvm/docs/CMake.rst:249
 
 **LLVM_APPEND_VC_REV**:BOOL
   Embed version control revision info (svn revision number or Git revision id).
----------------
hans wrote:
> I suppose it's not actually appending anything anymore, though.
Yeah, it's really "embedding" the revision somewhere. Let's do a rename in a follow-up. Using a new option name will ensure everyone gets the default build behavior again.


https://reviews.llvm.org/D37272





More information about the llvm-commits mailing list