================
@@ -650,6 +652,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
     CLANG_VERSION_MAJOR
     CLANG_VERSION_MINOR
     CLANG_VERSION_PATCHLEVEL
+    CLANG_VERSION_SUFFIX
----------------
jyknight wrote:

This list is of CMake variables which automatically get passed through between 
stages in a multi-stage build, so it is useful here already, if someone 
specifies a custom CLANG_VERSION_SUFFIX. See docs in 
llvm/docs/AdvancedBuilds.rst

https://github.com/llvm/llvm-project/pull/74469
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to