Skip to content

Commit

Permalink
build-llvm: Bump to llvmorg-13.0.0
Browse files Browse the repository at this point in the history
In addition to the changes in 13.0.0 RC1 (listed in
9188cce), the following changes
relevant to llvm-mingw were made:

- Allow specifying language to llvm-rc with an 0x prefix
- Let the last specified option of -mconsole/-mwindows take effect
- Support both "--opt value" and "--opt=value" for more options in lld
- Add support for the --disable-dynamicbase option spelling in lld,
  in addition to the old existing --no-dynamicbase
- Fix linking with when enabling profiling
  • Loading branch information
mstorsjo committed Oct 1, 2021
1 parent 42d2eb7 commit e40ff6a
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-13.0.0-rc1}
: ${LLVM_VERSION:=llvmorg-13.0.0}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit e40ff6a

Please sign in to comment.