Skip to content

Commit 8009a23

Browse files
committed
build-llvm: Bump to the final 14.0.0 release
Compared with RC2, the only notable change for mingw targets is that sections named .debug_* are sorted to the very end of the image, after any other discardable sections, avoiding leaving gaps if stripping such executables. (This can affect rust binaries with a .rmeta section.)
1 parent 3debb07 commit 8009a23

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

0 commit comments

Comments
 (0)