This is an archive of the discontinued LLVM Phabricator instance.

[COFF, ARM64] Emit COFF function header
ClosedPublic

Authored by mgrang on Dec 10 2018, 5:21 PM.

Details

Summary

Emit COFF header when printing out the function. This is important as the
header contains two important pieces of information: the storage class for the
symbol and the symbol type information. This bit of information is required for
the linker to correctly identify the type of symbol that it is dealing with.

This patch mimics X86 and ARM COFF behavior for function header emission.

Diff Detail

Event Timeline

mgrang created this revision.Dec 10 2018, 5:21 PM
This revision is now accepted and ready to land.Dec 10 2018, 11:43 PM
dmajor added a subscriber: dmajor.Dec 11 2018, 8:02 AM
This revision was automatically updated to reflect the committed changes.