[PATCH] D40147: [MIPS] Handle cross-mode (regular <-> microMIPS) jumps

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 15:12:36 PST 2018


atanasyan updated this revision to Diff 175352.
atanasyan added a comment.
Herald added subscribers: jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, mgrang, edward-jones, zzheng, niosHD, sabuasal, apazos, simoncook, johnrusso, rbar, asb.

- Rebase against the trunk
- Remove default `nullptr` value from the `relocateOne` method


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D40147

Files:
  ELF/Arch/AArch64.cpp
  ELF/Arch/AMDGPU.cpp
  ELF/Arch/ARM.cpp
  ELF/Arch/AVR.cpp
  ELF/Arch/Hexagon.cpp
  ELF/Arch/Mips.cpp
  ELF/Arch/PPC.cpp
  ELF/Arch/PPC64.cpp
  ELF/Arch/RISCV.cpp
  ELF/Arch/SPARCV9.cpp
  ELF/Arch/X86.cpp
  ELF/Arch/X86_64.cpp
  ELF/InputSection.cpp
  ELF/SyntheticSections.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/mips-micro-bad-cross-calls.s
  test/ELF/mips-micro-cross-calls.s
  test/ELF/mips-micro-plt.s
  test/ELF/mips-micro-relocs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40147.175352.patch
Type: text/x-patch
Size: 24342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181126/4ffd64c0/attachment-0001.bin>


More information about the llvm-commits mailing list