Skip to content

Commit ef9af0d

Browse files
committed
build-llvm: Update to the 9.0.0 release
1 parent c2f25a9 commit ef9af0d

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
@@ -40,7 +40,7 @@ fi
4040
if [ -n "$SYNC" ] || [ -n "$CHECKOUT" ]; then
4141
cd llvm-project
4242
[ -z "$SYNC" ] || git fetch
43-
git checkout e698958ad8031e0f17202e06f5de53989852bb66
43+
git checkout llvmorg-9.0.0
4444
cd ..
4545
fi
4646

0 commit comments

Comments
 (0)