Skip to content

Commit

Permalink
chore: Update LLVM version to 17.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jul 20, 2024
1 parent 4c6203d commit cea0156
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 @@ -10,11 +10,11 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "MinSizeRel")
endif()

set(LLVM_VERSION "17.0.2")
set(LLVM_VERSION "17.0.3")

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=351562b14d42fcefcbf00cc1f327680a1062bbbf67a1e1ca6acb64c473b06394
URL_HASH SHA256=be5a1e44d64f306bb44fce7d36e3b3993694e8e6122b2348608906283c176db8
TLS_VERIFY TRUE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
Expand Down

0 comments on commit cea0156

Please sign in to comment.