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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 10:48:41 PDT 2022


MaskRay added a subscriber: uweigand.
MaskRay added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:707
+
+Supported Object Formats
+------------------------
----------------
"object file format" is more conventional.


================
Comment at: llvm/docs/CodeGenerator.rst:726
+     ================== ========================================================
+     ``ELF``             AArch64, AMDGPU, ARM, AVR, BPF, CSKY, Hexagon, Lanai, LoongArch, M86k, MSP430, MIPS, PowerPC, RISCV, SPARC, VE, X86
+     ``COFF``            AArch64, ARM, PowerPC, X86
----------------
You can sort rows alphabetically.


================
Comment at: llvm/docs/CodeGenerator.rst:732
+     ``WASM``            WebAssembly
+     ``XCOFF``           PowerPC
+     ================== ========================================================
----------------
Add a row:

GOFF: SystemZ

@uweigand is this accurate?


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