Skip to content

Commit ae03577

Browse files
committed
build-llvm: Bump to LLVM 21.1.0 RC 1
Relevant changes include: - Lots of work for supporting ARM64EC and ARM64X - LLD now produces more compact string tables in executables (only relevant when including debug symbols) - llvm-rc now supports multiplication/division expressions, like GNU windres - Improved support for armv7 and aarch64 in libunwind (for Itanium ABI "forced unwinding", which I'm not aware of being used in practice anywhere) - Made the libunwind, libcxxabi, libcxx and compiler-rt tests pass on armv7 and aarch64 mingw - Made the llvm/clang tests pass on aarch64 mingw
1 parent 2844cfd commit ae03577

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-20.1.8}
19+
: ${LLVM_VERSION:=llvmorg-21.1.0-rc1}
2020
ASSERTS=OFF
2121
unset HOST
2222
BUILDDIR="build"

0 commit comments

Comments
 (0)