mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[serialization] Actually serialize asmnames, instead of just ignoring them.
I deserve this for not writing a single standalone test. Swift SVN r6514
This commit is contained in:
@@ -1118,7 +1118,7 @@ bool Serializer::writeDecl(const Decl *D) {
|
||||
addTypeRef(fn->getType()),
|
||||
addDeclRef(fn->getOperatorDecl()),
|
||||
addDeclRef(fn->getOverriddenDecl()),
|
||||
attrs.AsmName);
|
||||
fn->getAttrs().AsmName);
|
||||
|
||||
writeGenericParams(fn->getGenericParams());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user