[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:50:16 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/docs/CodeGenerator.rst:730
+     ``MachO``           AArch64, ARM, X86
+     ``SPIR-V``          SPIR-V
+     ``WASM``            WebAssembly
----------------
SPIRV

I assume that supported targets here are LLVM_TARGETS_TO_BUILD/LLVM_EXPERIMENTAL_TARGETS_TO_BUILD allowed values (no `-` separator), not the official term describing the target.


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