Skip to content

Commit 5e9d503

Browse files
chore: update LLVM version to 21.1.1 (#53)
Co-authored-by: GitHub Action <github-actions[bot]@users.noreply.github.com>
1 parent 7be82c0 commit 5e9d503

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 "21.1.0")
23+
set(LLVM_VERSION "21.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=1672e3efb4c2affd62dbbe12ea898b28a451416c7d95c1bd0190c26cbe878825
27+
URL_HASH SHA256=8863980e14484a72a9b7d2c80500e1749054d74f08f8c5102fd540a3c5ac9f8a
2828
TLS_VERIFY TRUE
2929
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3030
)

0 commit comments

Comments
 (0)