[PATCH] Preliminary support for dynamically loadable coff objects
Andy Ayers
andya at microsoft.com
Mon Mar 2 12:56:00 PST 2015
Reformat using clang-format. Note in edited files, I only took formatting changes for the parts I had edited.
Incorporate all the review feedback from the last iteration.
Rework how the REL_N relocations handle the _N part -- move the adjustment into resolveRelocation, and fix the sign of the adjustment.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7793
Files:
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.cpp
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
lib/Object/COFFObjectFile.cpp
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7793.21033.patch
Type: text/x-patch
Size: 22666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150302/405969b8/attachment.bin>
More information about the llvm-commits
mailing list