Skip to content

Commit

Permalink
build-llvm: Bump to LLVM 18.1.1
Browse files Browse the repository at this point in the history
The 18.1.0 release accidentally had kept the "rc" suffix on the
version. The 18.1.1 release fixes this, no other changes from 18.1.0.
  • Loading branch information
mstorsjo committed Mar 8, 2024
1 parent 46884dc commit 79e51a9
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.0}
: ${LLVM_VERSION:=llvmorg-18.1.1}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit 79e51a9

Please sign in to comment.