[clang] [llvm] Include LLVM_VERSION_SUFFIX in the Clang version string. (PR #74469)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 08:31:54 PST 2023


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

D'oh, I made assumptions about the context without looking :/ All good then!

https://github.com/llvm/llvm-project/pull/74469


More information about the llvm-commits mailing list