Skip to content

Commit 1ca5ecf

Browse files
committed
build-llvm: Update to the final 16.0.0 release
Notable changes for mingw users are: - Support demangling C++ symbols on i386 in LLVM backtraces - Don't report fatal errors when the output pipe is closed on Windows - Ignore file access times on Windows when comparing whether files are equivalent
1 parent 2994bec commit 1ca5ecf

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

0 commit comments

Comments
 (0)