Skip to content

Commit

Permalink
build-llvm: Bump to LLVM 18.1.0 RC 3
Browse files Browse the repository at this point in the history
This adds the following:
- LLD now uses the SOURCE_DATE_EPOCH env variable for setting the
  COFF header timestamp
- LLD now also supports --lto-emit-asm and -plugin-opt=emit-llvm
  in the mingw linker interface
  • Loading branch information
mstorsjo committed Feb 21, 2024
1 parent 336895a commit 489a96c
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-rc2}
: ${LLVM_VERSION:=llvmorg-18.1.0-rc3}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit 489a96c

Please sign in to comment.