[llvm] 5c9e90f - [NFC] Fix typo in CodeGenerator.rst

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 07:33:47 PDT 2023


Author: Kai Nacke
Date: 2023-09-29T14:33:34Z
New Revision: 5c9e90f2be2a94924edc24fe36f9a5178600c27e

URL: https://github.com/llvm/llvm-project/commit/5c9e90f2be2a94924edc24fe36f9a5178600c27e
DIFF: https://github.com/llvm/llvm-project/commit/5c9e90f2be2a94924edc24fe36f9a5178600c27e.diff

LOG: [NFC] Fix typo in CodeGenerator.rst

The file format on z/OS is called GOFF (Generalized Object File Format),
not GCOFF.

Added: 
    

Modified: 
    llvm/docs/CodeGenerator.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 27889b150d0f6d9..5fb66c78b3f504b 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -726,7 +726,7 @@ The table below captures a snapshot of object file support in LLVM:
      ``COFF``            AArch64, ARM, X86
      ``DXContainer``     DirectX
      ``ELF``             AArch64, AMDGPU, ARM, AVR, BPF, CSKY, Hexagon, Lanai, LoongArch, M86k, MSP430, MIPS, PowerPC, RISCV, SPARC, SystemZ, VE, X86
-     ``GCOFF``           SystemZ
+     ``GOFF``            SystemZ
      ``MachO``           AArch64, ARM, X86
      ``SPIR-V``          SPIRV
      ``WASM``            WebAssembly


        


More information about the llvm-commits mailing list