[PATCH] D61272: [llvm-objcopy] Add RISC-V support for -B/-O

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 20:23:23 PDT 2019


ruiu added a comment.

Some field in the MIPS ELF file is not neither little nor big endian but a middle-endian (i.e. its byte order is not ABCD nor DCBA but CDAB). That's still true. But that doesn't seem to be relevant to this patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61272





More information about the llvm-commits mailing list