[llvm] [clang] Include LLVM_VERSION_SUFFIX in the Clang version string. (PR #74469)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 06:17:31 PST 2023
================
@@ -650,6 +652,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
CLANG_VERSION_MAJOR
CLANG_VERSION_MINOR
CLANG_VERSION_PATCHLEVEL
+ CLANG_VERSION_SUFFIX
----------------
zmodem wrote:
There's currently nothing in clang/include/clang/Basic/Version.inc.in using this. Should we add it while we're here? Otherwise perhaps we should leave it out.
https://github.com/llvm/llvm-project/pull/74469
More information about the cfe-commits
mailing list