Skip to content

Commit bad114c

Browse files
committed
build-llvm: Bump to LLVM 17.0.0 RC1
Relevant changes since 16.0.6 are: - Improve Address Sanitizer on i686 mingw - Improve handling of X86 Intel assembly syntax - Fix using std::wcout/wcin/wcerr with streams configured in wide mode - Improve handling of the .arch and .arch_extension assembly directives on aarch64 - Support the --temp-prefix (ignored) and --no-leading-underscore options in llvm-dlltool - Make lld warn about too narrow pseudo relocations, simplifying finding issues that otherwise only show up at runtime - Improved the tests, making compiler-rt, libcxxabi and libunwind tests pass in mingw configurations
1 parent 39f3bbf commit bad114c

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

0 commit comments

Comments
 (0)