[PATCH] D34833: [LLD] [COFF] Add initial support for linking ARM64 binaries

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 14:56:21 PDT 2017


mstorsjo added a comment.

In https://reviews.llvm.org/D34833#795887, @ruiu wrote:

> Does this patch emits other headers correctly? See lld/test/COFF/hello32.test as an example for i386.


I think it's mostly right enough so far, although I haven't checked everything in detail yet - at least it seemed right enough for wine to run, and after fixing the is64 function, most of the critical flags seem to match the upstream microsoft arm64 exes I've got to compare to.


https://reviews.llvm.org/D34833





More information about the llvm-commits mailing list