[PATCH] D55535: [COFF, ARM64] Emit COFF function header
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 10 17:23:32 PST 2018
mgrang created this revision.
mgrang added reviewers: rnk, mstorsjo, compnerd, TomTan, ssijaric.
Herald added subscribers: kristof.beyls, javed.absar.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D55535
Files:
lib/Target/AArch64/AArch64AsmPrinter.cpp
test/MC/AArch64/coff-function-type-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55535.177632.patch
Type: text/x-patch
Size: 3150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/0159d2db/attachment.bin>
More information about the llvm-commits
mailing list