Skip to content

Commit 7622885

Browse files
committed
[IRGen] NFC: Fix attribute name: @_alwaysInlineIntoClient -> @_alwaysEmitIntoClient
1 parent bf1164f commit 7622885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/Linking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ SILLinkage LinkEntity::getLinkage(ForDefinition_t forDefinition) const {
728728

729729
// The opaque result type descriptor with availability conditions
730730
// has to be emitted into a client module when associated with
731-
// `@_alwaysInlineIntoClient` declaration which means it's linkage
731+
// `@_alwaysEmitIntoClient` declaration which means it's linkage
732732
// has to be "shared".
733733
if (opaqueType->hasConditionallyAvailableSubstitutions()) {
734734
if (auto *srcDecl = opaqueType->getNamingDecl()) {

0 commit comments

Comments
 (0)