[PATCH] D24558: [mips][mcjit] Add the majority of N32 support.

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 06:27:22 PDT 2016


sdardis created this revision.
sdardis added reviewers: vkalintiris, zoran.jovanovic.
sdardis added a subscriber: llvm-commits.
Herald added a subscriber: sdardis.

The missing piece is relocation composition for %hi(%neg(%gp_rel(x))) and
similar.

Patch by Daniel Sanders

https://reviews.llvm.org/D24558

Files:
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  test/ExecutionEngine/RuntimeDyld/Mips/ELF_N32_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24558.71342.patch
Type: text/x-patch
Size: 11185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160914/a7301d54/attachment.bin>


More information about the llvm-commits mailing list