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

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 14:02:30 PDT 2022


uweigand added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:732
+     ``WASM``            WebAssembly
+     ``XCOFF``           PowerPC
+     ================== ========================================================
----------------
MaskRay wrote:
> Add a row:
> 
> GOFF: SystemZ
> 
> @uweigand is this accurate?
Yes, for z/OS (although upstream support for z/OS is not fully complete at this point).

Of course, SystemZ should also be listed for ELF (for Linux, which has been fully supported for many years).



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