Skip to content

Commit 5cc13ad

Browse files
committed
build-llvm: Update to llvm 15.0.0 RC1
Notable changes are: - Fix stripping Rust executables with .rmeta sections - Implemented support for SEH unwind info on the armv7 target - Fix compiling files specified with an absolute \\?\C:\... style path - Implemented support for the --disable-reloc-section option in lld - Lots of improvements in LLDB on Windows (thanks to Alvin Wong!) - Support for GNU debuglink - Fix loading DLLs from a ramdisk - Fix starting executables without including the '.exe' suffix - Fixed crashes on getting nested exceptions - Use the right C++ ABI for mingw environments Other changes that simplify how to build the toolchain: - Improvements to how libcxx/libcxxabi/libunwind are built for Windows (and in particular mingw), allowing building both shared and static libraries in the same cmake build - Avoids needing to set an empty CROSS_TOOLCHAIN_FLAGS_NATIVE when cross compiling LLVM
1 parent 9daf8a9 commit 5cc13ad

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

0 commit comments

Comments
 (0)