Skip to content

Commit bb52ae4

Browse files
committed
chore: update to LLVM 18.1.7
1 parent 329e41a commit bb52ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include(ExternalProject)
2525
ExternalProject_Add(${LLVM_PROJECT_TARGET}
2626
PREFIX ${LLVM_PROJECT_TARGET}
2727
GIT_REPOSITORY https://github.com/llvm/llvm-project.git
28-
GIT_TAG llvmorg-18.1.5
28+
GIT_TAG llvmorg-18.1.7
2929
GIT_SHALLOW ON
3030
SOURCE_SUBDIR llvm
3131
CMAKE_ARGS

0 commit comments

Comments
 (0)