Skip to content

Commit f01fbcb

Browse files
committed
Update the swift:swift-4.2-branch config with new clang, llvm and compiler-rt branches
1 parent ed7b8d6 commit f01fbcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
'swift-corelibs-xctest': 'master',
4040
},
4141
'swift-4.2-branch': {
42-
'llvm': 'swift-4.1-branch',
43-
'clang': 'swift-4.1-branch',
44-
'compiler-rt': 'swift-4.1-branch',
42+
'llvm': 'swift-4.2-branch',
43+
'clang': 'swift-4.2-branch',
44+
'compiler-rt': 'swift-4.2-branch',
4545
'swift': 'swift-4.2-branch',
4646
'cmark': 'master',
4747
'ninja': 'release',

0 commit comments

Comments
 (0)