Skip to content

Commit

Permalink
chore: update LLVM version to 19.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 18, 2024
1 parent 80aa6c2 commit dba3290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "MinSizeRel")
endif()

set(LLVM_VERSION "19.1.5")
set(LLVM_VERSION "19.1.6")

FetchContent_Declare(llvm_project
URL "https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/llvm-project-${LLVM_VERSION}.src.tar.xz"
URL_HASH SHA256=bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542
URL_HASH SHA256=e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34
TLS_VERIFY TRUE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
Expand Down

0 comments on commit dba3290

Please sign in to comment.