Skip to content

Commit aa01eac

Browse files
committed
fix tag
1 parent 2489176 commit aa01eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ which python
2020
python --version
2121

2222
# download LLVM source code
23-
git clone -b $LLVM_VERSION --depth 1 https://github.com/llvm/llvm-project.git
23+
git clone -b llvmorg-$LLVM_VERSION --depth 1 https://github.com/llvm/llvm-project.git
2424
cd llvm-project/llvm
2525

2626
# make build dir and run cmake

0 commit comments

Comments
 (0)