Skip to content

Commit 27c551d

Browse files
committed
build-llvm: Bump to LLVM 19.1.0 RC 1
The main changes for mingw targets since 18.x is primarily minor bug fixes. llvm-dlltool has also been improved to handle cases of renamed imports, where the target of the rename doesn't exist as a normal import.
1 parent fab7e6d commit 27c551d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
: ${LLVM_VERSION:=llvmorg-18.1.8}
19+
: ${LLVM_VERSION:=llvmorg-19.1.0-rc1}
2020
ASSERTS=OFF
2121
unset HOST
2222
BUILDDIR="build"

0 commit comments

Comments
 (0)