Skip to content

Commit 557ccd6

Browse files
committed
chore: update to LLVM 18.1.7
1 parent f694570 commit 557ccd6

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
@@ -21,7 +21,7 @@ include(ExternalProject)
2121
ExternalProject_Add(${LLVM_PROJECT_TARGET}
2222
PREFIX ${LLVM_PROJECT_TARGET}
2323
GIT_REPOSITORY https://github.com/llvm/llvm-project.git
24-
GIT_TAG llvmorg-18.1.5
24+
GIT_TAG llvmorg-18.1.7
2525
GIT_SHALLOW ON
2626
SOURCE_SUBDIR llvm
2727
CMAKE_ARGS

0 commit comments

Comments
 (0)