[PATCH] D140202: [lld][ARM][2/3]Big Endian support - Word invariant support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 17 21:36:14 PST 2022
MaskRay added inline comments.
================
Comment at: lld/ELF/Options.td:39
+def be8: F<"be8">, HelpText<"Big endian with byte invariant">;
+def be32: F<"be32">, HelpText<"Big endian with word invariant">;
----------------
MaskRay wrote:
> What do the options do? arm-linux-gnueabihf-ld doesn't support --be8 or --be32.
If they are really needed, `FF<` to only support the double-dash form.
================
Comment at: lld/docs/ld.lld.1:92
+.It Fl --be8
+Big endian with byte invariant.
+.It Fl --be32
----------------
This description isn't very clear.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140202/new/
https://reviews.llvm.org/D140202
More information about the llvm-commits
mailing list