Skip to content

Commit e7182b9

Browse files
authored
Merge pull request swiftlang#158 from apple/update-swift-4.2-config
Update the swift:swift-4.2-branch config with new clang, llvm and com…
2 parents 31caefe + f01fbcb commit e7182b9

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)