Skip to content

Commit c2f25a9

Browse files
committed
build-llvm: Remove a redundant -b parameter to git clone
1 parent ecb0824 commit c2f25a9

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
@@ -33,7 +33,7 @@ PREFIX="$(cd "$PREFIX" && pwd)"
3333

3434
if [ ! -d llvm-project ]; then
3535
# When cloning master and checking out a pinned old hash, we can't use --depth=1.
36-
git clone -b master https://github.com/llvm/llvm-project.git
36+
git clone https://github.com/llvm/llvm-project.git
3737
CHECKOUT=1
3838
fi
3939

0 commit comments

Comments
 (0)