[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
Thu May 12 09:25:21 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/lib/BinaryFormat/Magic.cpp:237
+      return file_magic::coff_object;
+    break;
+
----------------
mstorsjo wrote:
> DavidSpickett wrote:
> > Is the value documented yet? I'm looking at https://docs.microsoft.com/en-us/windows/win32/debug/pe-format#machine-types but I don't see it.
> It actually seems to be missing in winnt.h in the 10.0.22000.0 WinSDK headers too.
If you're looking at anything related to ARM64EC, you should looking at the Windows 11 SDK.

Pretty sure the constant is in the SDK headers.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125411/new/

https://reviews.llvm.org/D125411



More information about the llvm-commits mailing list