[PATCH] D125411: [ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 05:36:26 PDT 2022


mstorsjo added inline comments.


================
Comment at: llvm/lib/BinaryFormat/Magic.cpp:237
+      return file_magic::coff_object;
+    break;
+
----------------
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.


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