Skip to content

Commit 0a980a4

Browse files
committed
build-llvm: Bump to the final 15.0.0 release
Notable changes are: - Require strict matches for defines for precompiled headers in GCC style PCH directories. This fixes some cases of building DLLs and static libraries at the same time with libtool, with PCH. - Support for the new embedded -exclude-symbols: directive in LLD - Fix LLD crashes if including object files containing export directives via the --undefined/-u option
1 parent 506664a commit 0a980a4

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

0 commit comments

Comments
 (0)