We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb0824 commit c2f25a9Copy full SHA for c2f25a9
build-llvm.sh
@@ -33,7 +33,7 @@ PREFIX="$(cd "$PREFIX" && pwd)"
33
34
if [ ! -d llvm-project ]; then
35
# 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
+ git clone https://github.com/llvm/llvm-project.git
37
CHECKOUT=1
38
fi
39
0 commit comments