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 ea09c69 commit 1b885cbCopy full SHA for 1b885cb
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.7")
+set(LLVM_VERSION "20.1.8")
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=cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008
+ URL_HASH SHA256=6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d
28
TLS_VERIFY TRUE
29
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
30
)
0 commit comments