Skip to content

Commit 035a464

Browse files
committed
build-llvm: Bump to LLVM 21.1.4
This version fixes catching pointer data types by reference in C++. This version also fixes throwing C++ exceptions on aarch64 with a debugger attached to the process. Finally, this version fixes delayimport calling of C++ methods that return structs on aarch64.
1 parent 84abc5e commit 035a464

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

0 commit comments

Comments
 (0)