mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Implement parsing support for the accepted spelling of @backDeployed for SE-0376.
For source compatibility `@_backDeploy` continues to be accepted as a spelling. rdar://102792909
This commit is contained in:
@@ -72,7 +72,7 @@ static bool shouldHaveSkippedFunction(const SILFunction &F) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Functions with @_backDeploy may be copied into the client, so they
|
||||
// Functions with @backDeployed may be copied into the client, so they
|
||||
// shouldn't be skipped. The SILFunction that may be copied into the client
|
||||
// should be serialized and therefore is already handled above. However, a
|
||||
// second resilient SILFunction is also emitted for back deployed functions.
|
||||
|
||||
Reference in New Issue
Block a user