Skip to content

Commit

Permalink
build-llvm: Bump to LLVM 19.1.0 RC 1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstorsjo committed Jul 26, 2024
1 parent fab7e6d commit 27c551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

: ${LLVM_VERSION:=llvmorg-18.1.8}
: ${LLVM_VERSION:=llvmorg-19.1.0-rc1}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit 27c551d

Please sign in to comment.