We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7933 commit 2268346Copy full SHA for 2268346
llvm/CMakeLists.txt
@@ -25,7 +25,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
25
set(LLVM_VERSION_PATCH 0)
26
endif()
27
if(NOT DEFINED LLVM_VERSION_SUFFIX)
28
- set(LLVM_VERSION_SUFFIX git)
+ set(LLVM_VERSION_SUFFIX rc)
29
30
31
if (NOT PACKAGE_VERSION)
0 commit comments