Skip to content

Commit

Permalink
chore: update to LLVM 18.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonresch committed Jun 24, 2024
1 parent f6ff913 commit a9b67be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(ExternalProject)
ExternalProject_Add(${LLVM_PROJECT_TARGET}
PREFIX ${LLVM_PROJECT_TARGET}
GIT_REPOSITORY https://github.com/llvm/llvm-project.git
GIT_TAG llvmorg-18.1.5
GIT_TAG llvmorg-18.1.7
GIT_SHALLOW ON
SOURCE_SUBDIR llvm
CMAKE_ARGS
Expand Down

0 comments on commit a9b67be

Please sign in to comment.