[PATCH] D125411: [ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 13:27:39 PDT 2022
efriedma created this revision.
Herald added subscribers: luke957, zzheng, s.egerton, rupprecht, simoncook, hiraditya, kristof.beyls.
Herald added a reviewer: jhenderson.
Herald added a project: All.
efriedma requested review of this revision.
Herald added subscribers: pcwang-thead, MaskRay.
Herald added a project: LLVM.
This is the first patch of a patchset to add initial support for ARM64EC. Basic documentation is available at https://docs.microsoft.com/en-us/windows/uwp/porting/arm64ec-abi . (Discourse post coming soon.)
The file format for ARM64EC is basically identical to normal ARM64. There are a few extra sections, but the existing code for reading ARM64 object files just works.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125411
Files:
llvm/include/llvm/BinaryFormat/COFF.h
llvm/lib/BinaryFormat/Magic.cpp
llvm/lib/Object/COFFObjectFile.cpp
llvm/lib/ObjectYAML/COFFYAML.cpp
llvm/test/tools/llvm-readobj/COFF/arm64ec.yaml
llvm/tools/llvm-readobj/COFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125411.428753.patch
Type: text/x-patch
Size: 5096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/cf71e6e6/attachment.bin>
More information about the llvm-commits
mailing list