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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 09:39:42 PST 2021


atanasyan updated this revision to Diff 393936.
atanasyan added a comment.

- Reduce redundancy of the test case
- Add `IsMips64` field to the `Object` class.
- Save reference to an `Object` in the `RelocationSection` class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115635

Files:
  llvm/test/tools/llvm-objcopy/ELF/mips64.test
  llvm/tools/llvm-objcopy/ELF/Object.cpp
  llvm/tools/llvm-objcopy/ELF/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115635.393936.patch
Type: text/x-patch
Size: 6535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/40ae1eb5/attachment-0001.bin>


More information about the llvm-commits mailing list