Skip to content

Commit d551c2a

Browse files
Merge pull request #698 from apple/shahmishal/update-branch-llvm-project
Update the llvm-project branch for main config
2 parents f124054 + c93d6d4 commit d551c2a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
branches = {
2828
'main': {
29-
'llvm-project': 'stable/20211026',
29+
'llvm-project': 'stable/20220421',
3030
'swift': 'main',
3131
'cmark': 'gfm',
3232
'ninja': 'release',

projects.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,15 @@
14311431
"workspace": "LineSDK.xcworkspace",
14321432
"scheme": "LineSDK",
14331433
"destination": "generic/platform=iOS",
1434-
"configuration": "Release"
1434+
"configuration": "Release",
1435+
"xfail": [
1436+
{
1437+
"issue": "https://github.com/apple/swift/issues/60577",
1438+
"compatibility": ["4.2", "5.0"],
1439+
"branch": ["main"],
1440+
"job": ["source-compat"]
1441+
}
1442+
]
14351443
}
14361444
]
14371445
},

0 commit comments

Comments
 (0)