Skip to content

Commit f977b07

Browse files
committed
WIP: build-llvm: Build a recent nightly snapshot
This is required for the test-compiler-rt and test-libcxx tests.
1 parent b2445f9 commit f977b07

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

0 commit comments

Comments
 (0)