[PATCH] D127645: [docs] Adding table of object file formats
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 08:53:57 PDT 2022
beanz added a comment.
In D127645#3578107 <https://reviews.llvm.org/D127645#3578107>, @tschuett wrote:
> PowerPC and Mach-O is not a thing anymore?
PowerPC MachO (and Darwin) support was removed a few years ago.
> The ELF line is too long.
RST doesn't wrap lines in tables, so wrapping the line in the file will break the table. Because of this we generally allow long lines in documentation files :(
> I believe it is Mach-O and not MachO.
Elsewhere in this doc it is MachO, and generally there's no real consistency here. Most places in the code it is MachO, but some places in text it is Mach-O. I chose to match the spelling used elsewhere in this file for consistency.
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