Skip to content

Commit

Permalink
build-llvm: Bump to LLVM 17.0.0 RC1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mstorsjo committed Jul 29, 2023
1 parent 39f3bbf commit bad114c
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-16.0.6}
: ${LLVM_VERSION:=llvmorg-17.0.0-rc1}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit bad114c

Please sign in to comment.