Skip to content

Commit fdf817a

Browse files
double_freeliuq19
authored andcommitted
chore: update llvm
1 parent 93044d2 commit fdf817a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/asm2arm_tool/scripts/build_tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mkdir -p "$BUILD_DIR"
2727
# 拉取 LLVM 代码
2828
if [ ! -d "$LLVM_DIR" ]; then
2929
echo ">>> Cloning LLVM project..."
30-
git clone -b feat-goframe-sve --single-branch --depth=1 https://gitcode.com/whoiskk/llvm-project.git "$LLVM_DIR"
30+
git clone -b hw_dev --single-branch --depth=1 https://github.com/kitex-contrib/llvm-project.git "$LLVM_DIR"
3131
else
3232
echo ">>> LLVM directory already exists, skipping clone."
3333
fi

0 commit comments

Comments
 (0)