We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf96cbb commit 6e0654bCopy full SHA for 6e0654b
1 file changed
config.sh
@@ -1,10 +1,11 @@
1
-# 1. Select the best branch from https://github.com/apple/swift-llvm
+# 1. Select the best branch from https://github.com/apple/llvm-project
2
3
# $ xcrun -sdk iphoneos swiftc --version
4
# Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
5
# Target: x86_64-apple-darwin19.0.0
6
7
-# There is a branch called "stable" which looks promising
+# There is a branch called "apple/stable/20190619" which is equivalent to the "stable"
8
+# Branch under https://github.com/apple/swift-llvm under which looks promising.
9
# At this time (running Xcode 11.3) it's a couple of months newer than the 5.1 branch
10
LLVM_BRANCH="apple/stable/20190619"
11
0 commit comments