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 2489176 commit aa01eacCopy full SHA for aa01eac
build.sh
@@ -20,7 +20,7 @@ which python
20
python --version
21
22
# download LLVM source code
23
-git clone -b $LLVM_VERSION --depth 1 https://github.com/llvm/llvm-project.git
+git clone -b llvmorg-$LLVM_VERSION --depth 1 https://github.com/llvm/llvm-project.git
24
cd llvm-project/llvm
25
26
# make build dir and run cmake
0 commit comments