mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Requestify ABI role computation
This commit is contained in:
@@ -6513,7 +6513,7 @@ llvm::Error DeclDeserializer::finishRecursiveAttrs(Decl *decl, DeclAttribute *at
|
||||
if (!abiDeclOrError)
|
||||
return abiDeclOrError.takeError();
|
||||
unresolvedABIAttr->first->abiDecl = abiDeclOrError.get();
|
||||
ctx.recordABIAttr(unresolvedABIAttr->first, decl);
|
||||
decl->recordABIAttr(unresolvedABIAttr->first);
|
||||
}
|
||||
if (ABIDeclCounterpartID != 0) {
|
||||
// This decl is the `abiDecl` of an `ABIAttr`. Force the decl that `ABIAttr`
|
||||
|
||||
Reference in New Issue
Block a user