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 c9b25e5 commit 76cc787Copy full SHA for 76cc787
CMakeLists.txt
@@ -20,11 +20,11 @@ if(NOT CMAKE_BUILD_TYPE)
20
set(CMAKE_BUILD_TYPE "MinSizeRel")
21
endif()
22
23
-set(LLVM_VERSION "20.1.0")
+set(LLVM_VERSION "20.1.1")
24
25
FetchContent_Declare(llvm_project
26
URL "https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/llvm-project-${LLVM_VERSION}.src.tar.xz"
27
- URL_HASH SHA256=4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a
+ URL_HASH SHA256=4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0
28
TLS_VERIFY TRUE
29
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
30
)
0 commit comments