[PATCH] D150870: [lld][Arm] Big Endian - Byte invariant support.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:04:17 PDT 2023


peter.smith added inline comments.


================
Comment at: lld/ELF/Options.td:39
 
+def be8: F<"be8">, HelpText<"Big endian with byte invariant">;
+
----------------
peter.smith wrote:
> I'd go with something like "Write a Big Endian ELF file using BE8 format (Arm only)".
We'll also need to add be8 to the man page `llvm-project/lld/docs/ld/lld.1`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150870/new/

https://reviews.llvm.org/D150870



More information about the llvm-commits mailing list