Skip to content

Commit 6e0654b

Browse files
committed
Updated comments about change in swift-llvm -> llvm-project in config.sh
1 parent cf96cbb commit 6e0654b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# 1. Select the best branch from https://github.com/apple/swift-llvm
1+
# 1. Select the best branch from https://github.com/apple/llvm-project
22

33
# $ xcrun -sdk iphoneos swiftc --version
44
# Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)
55
# Target: x86_64-apple-darwin19.0.0
66

7-
# There is a branch called "stable" which looks promising
7+
# 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.
89
# At this time (running Xcode 11.3) it's a couple of months newer than the 5.1 branch
910
LLVM_BRANCH="apple/stable/20190619"
1011

0 commit comments

Comments
 (0)