[PATCH] D27467: [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 09:27:46 PST 2016
sdardis created this revision.
sdardis added a reviewer: atanasyan.
sdardis added a subscriber: llvm-commits.
sdardis set the repository for this revision to rL LLVM.
Herald added a reviewer: vkalintiris.
Herald added a subscriber: mgorny.
N32 relocations are only correct for individual relocations at the moment.
Support for relocation composition will follow in a later patch.
Patch By: Daniel Sanders
Repository:
rL LLVM
https://reviews.llvm.org/D27467
Files:
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27467.80438.patch
Type: text/x-patch
Size: 33155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161206/21b44112/attachment.bin>
More information about the llvm-commits
mailing list