[PATCH] D127645: [docs] Adding table of object file formats

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 13:40:15 PDT 2022


mstorsjo added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:727
+     ``ELF``             AArch64, AMDGPU, ARM, AVR, BPF, CSKY, Hexagon, Lanai, LoongArch, M86k, MSP430, MIPS, PowerPC, RISCV, SPARC, VE, X86
+     ``COFF``            AArch64, ARM, PowerPC, X86
+     ``DXContainer``     DirectX
----------------
compnerd wrote:
> MaskRay wrote:
> > @mstorsjo Is this accurate for COFF?
> AArch64, ARM, X86 I believe is the right set for COFF.
Yes, drop PowerPC. Microsoft's PE-COFF can support a bunch of other stuff too, like PPC, Alpha, MIPS, IA64 etc, but we only support writing AArch64, ARM and X86 (both 32 and 64).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127645



More information about the llvm-commits mailing list