Skip to content

Commit

Permalink
build-llvm: Update to the final 16.0.0 release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mstorsjo committed Mar 20, 2023
1 parent 2994bec commit 1ca5ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

: ${LLVM_VERSION:=llvmorg-16.0.0-rc1}
: ${LLVM_VERSION:=llvmorg-16.0.0}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit 1ca5ecf

Please sign in to comment.