[PATCH] D115635: [llvm-objcopy] Fix handling of MIPS64 little endian files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 11:05:19 PST 2021


MaskRay added a comment.

LG



================
Comment at: llvm/test/tools/llvm-objcopy/ELF/mips64.test:1
+# RUN: yaml2obj %s -DENDIANNESS=ELFDATA2LSB -o %t1-le
+# RUN: llvm-objcopy %t1-le %t2-le
----------------
Add a comment like `## mips64el has a special encoding of the r_info relocation field. Test that we support both endianness.`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115635



More information about the llvm-commits mailing list