Skip to content

Commit 76cc787

Browse files
committed
chore: update LLVM version to 20.1.1
1 parent c9b25e5 commit 76cc787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ if(NOT CMAKE_BUILD_TYPE)
2020
set(CMAKE_BUILD_TYPE "MinSizeRel")
2121
endif()
2222

23-
set(LLVM_VERSION "20.1.0")
23+
set(LLVM_VERSION "20.1.1")
2424

2525
FetchContent_Declare(llvm_project
2626
URL "https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/llvm-project-${LLVM_VERSION}.src.tar.xz"
27-
URL_HASH SHA256=4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a
27+
URL_HASH SHA256=4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0
2828
TLS_VERIFY TRUE
2929
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3030
)

0 commit comments

Comments
 (0)