Skip to content

Commit 5c9e90f

Browse files
committed
[NFC] Fix typo in CodeGenerator.rst
The file format on z/OS is called GOFF (Generalized Object File Format), not GCOFF.
1 parent cf31d0e commit 5c9e90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CodeGenerator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ The table below captures a snapshot of object file support in LLVM:
726726
``COFF`` AArch64, ARM, X86
727727
``DXContainer`` DirectX
728728
``ELF`` AArch64, AMDGPU, ARM, AVR, BPF, CSKY, Hexagon, Lanai, LoongArch, M86k, MSP430, MIPS, PowerPC, RISCV, SPARC, SystemZ, VE, X86
729-
``GCOFF`` SystemZ
729+
``GOFF`` SystemZ
730730
``MachO`` AArch64, ARM, X86
731731
``SPIR-V`` SPIRV
732732
``WASM`` WebAssembly

0 commit comments

Comments
 (0)