Skip to content

Commit e40ff6a

Browse files
committed
build-llvm: Bump to llvmorg-13.0.0
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
1 parent 42d2eb7 commit e40ff6a

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

0 commit comments

Comments
 (0)