[PATCH] D15112: [ELF] MIPS paired R_MIPS_HI16/LO16 relocations support

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:20:20 PST 2015


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

- Rebased
- s/findPairedRelocLocation/findMipsPairedReloc/
- Do not pass `nullptr` to the `findMipsPairedReloc` explicitly
- Replace `switch` by series of `if/else if/else` operators


Repository:
  rL LLVM

http://reviews.llvm.org/D15112

Files:
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/Target.cpp
  ELF/Target.h
  test/ELF/mips-hilo-hi-only.s
  test/ELF/mips-hilo.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15112.41557.patch
Type: text/x-patch
Size: 12184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/cbf74f80/attachment.bin>


More information about the llvm-commits mailing list