Skip to content

Commit 2cfa0f8

Browse files
committed
Add 'compiler-rt' to all branch sets
1 parent f797602 commit 2cfa0f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/update-checkout

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ MASTER_BRANCHES = {
4747
'cmark': 'master',
4848
'llbuild': 'master',
4949
'swiftpm': 'master',
50+
'compiler-rt': 'stable',
5051
'swift-corelibs-xctest': 'master',
5152
'swift-corelibs-foundation': 'master',
5253
'swift-corelibs-libdispatch': 'master',
@@ -61,6 +62,7 @@ NEXT_BRANCHES = {
6162
'cmark': 'master',
6263
'llbuild': 'master',
6364
'swiftpm': 'master',
65+
'compiler-rt': 'stable-next',
6466
'swift-corelibs-xctest': 'master',
6567
'swift-corelibs-foundation': 'master',
6668
'swift-corelibs-libdispatch': 'master',
@@ -75,11 +77,11 @@ SWIFT_3_0_PREVIEW_1_BRANCHES = {
7577
'cmark': 'swift-3.0-preview-1-branch',
7678
'llbuild': 'swift-3.0-preview-1-branch',
7779
'swiftpm': 'swift-3.0-preview-1-branch',
80+
'compiler-rt': 'swift-3.0-branch',
7881
'swift-corelibs-xctest': 'swift-3.0-preview-1-branch',
7982
'swift-corelibs-foundation': 'swift-3.0-preview-1-branch',
8083
'swift-corelibs-libdispatch': 'swift-3.0-preview-1-branch',
8184
'swift-integration-tests': 'swift-3.0-preview-1-branch',
82-
'compiler-rt': 'swift-3.0-branch',
8385
}
8486

8587

0 commit comments

Comments
 (0)