[PATCH] D45101: [ObjC] Use the name specified by objc_runtime_name instead of the class identifier
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 30 11:55:00 PDT 2018
ahatanak added a comment.
Note that CGObjCNonFragileABIMac::EmitClassRef also passes the class identifier to CGObjCNonFragileABIMac::EmitClassRefFromId, but it doesn't cause a problem. CGObjCNonFragileABIMac::EmitClassRefFromId uses the identifier only when the ObjCInterfaceDecl passed to it is null and that happens only when it is called from CGObjCNonFragileABIMac::EmitNSAutoreleasePoolClassRef.
Repository:
rC Clang
https://reviews.llvm.org/D45101
More information about the cfe-commits
mailing list