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 298b138 commit 4816705Copy full SHA for 4816705
build.sh
@@ -22,7 +22,7 @@ mkdir -p "$WORKING_DIR"
22
23
cd "$WORKING_DIR"
24
if [ ! -d "$WORKING_DIR/llvm-project" ]; then
25
- git clone https://github.com/apple/llvm-project.git
+ git clone --depth 1 --branch "$LLVM_BRANCH" https://github.com/apple/llvm-project.git
26
fi
27
cd "$WORKING_DIR/llvm-project"
28
git reset --hard
config.sh
@@ -3,7 +3,7 @@
3
# returned by the command below:
4
# $ xcrun -sdk iphoneos swiftc --version
5
6
-LLVM_BRANCH="tags/swift-5.3.2-RELEASE"
+LLVM_BRANCH="swift-5.3.2-RELEASE"
7
8
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
9
0 commit comments