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 461274b commit b92012cCopy full SHA for b92012c
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 rc)
+ set(LLVM_VERSION_SUFFIX)
29
30
31
if (NOT PACKAGE_VERSION)
0 commit comments