Skip to content

Commit d21c2d4

Browse files
committed
build-llvm: Bump to LLVM 17.0.2
This contains a few bugfixes for mingw use cases: - LLD in 17.0.1 and the earlier 17.x release candidates looked up libraries (including libraries named as a relative path) preferring to search in toolchain relative paths over first testing from the current directory. In some cases, this could cause cryptic build failures; see llvm/llvm-project#67779. - Options that only are relevant for linking, like -mwindows, used to be accepted (but produce a warning) if used in a compilation-only job. In the earlier 17.x releases/RCs, such warnings caused an error instead; see llvm/llvm-project#64464 and #371.
1 parent 6184597 commit d21c2d4

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

0 commit comments

Comments
 (0)