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

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 11:03:02 PDT 2022


beanz added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:731
+     ``MachO``           AArch64, ARM, X86
+     ``SPIR-V``          SPIRV
+     ``WASM``            WebAssembly
----------------
MaskRay wrote:
> Use SPIRV instead of SPIR-V.
> 
> (Otherwise you need to use Mach-O instead of MachO).
The spelling of MachO is largely inconsistent in documentation and code, but I was hoping for SPIR-V that we could use the proper spelling everywhere except where we refer to the target (which omits the - due to limitations that are sad).

So far, the SPIRVUsage doc is consistent in referring to the format as SPIR-V, so I'd like to keep that consistent here.


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