Skip to content

Commit 0e13ea4

Browse files
committed
build-llvm: Bump to LLVM 16.0.2
A couple relevant changes since 16.0.0: - Fix compilation for ARM (failures in generating SEH unwind info) for very specific cases - Link the ASAN DLL before other libs and objects, to make sure it gets initialized as early as possible - Allow double backslashes in the PATH in ASAN - Allow llvm-rc to look for a clang executable named "clang-16", if the other alternatives aren't available - Improve the performance of buffered raw_ostream within LLVM
1 parent cc197e4 commit 0e13ea4

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

0 commit comments

Comments
 (0)