[PATCH] D149091: [Object] Recognize ARM64EC binaries in COFFObjectFile::getMachine.

Jacek Caban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 12:51:14 PDT 2023


jacek created this revision.
jacek added reviewers: efriedma, jhenderson.
Herald added subscribers: zzheng, kristof.beyls.
Herald added a project: All.
jacek requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

ARM64EC/ARM64X binaries use ARM64 or AMD64 machine types, but provide additional CHPE metadata that may be used to distinguish them from pure ARM64/AMD64 binaries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149091

Files:
  lld/test/COFF/arm64ec.test
  llvm/include/llvm/Object/COFF.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149091.516509.patch
Type: text/x-patch
Size: 3428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/657ffa43/attachment.bin>


More information about the llvm-commits mailing list