Skip to content

Commit 1b885cb

Browse files
chore: update LLVM version to 20.1.8 (#48)
Co-authored-by: GitHub Action <github-actions[bot]@users.noreply.github.com>
1 parent ea09c69 commit 1b885cb

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.7")
23+
set(LLVM_VERSION "20.1.8")
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=cd8fd55d97ad3e360b1d5aaf98388d1f70dfffb7df36beee478be3b839ff9008
27+
URL_HASH SHA256=6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d
2828
TLS_VERIFY TRUE
2929
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3030
)

0 commit comments

Comments
 (0)