[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 19:11:34 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">;
----------------
What do the options do? arm-linux-gnueabihf-ld doesn't support --be8 or --be32.
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