[llvm-commits] [PATCH] Splitting the RuntimeDyldImpl.h header

Bendersky, Eli eli.bendersky at intel.com
Thu Jan 19 04:12:37 PST 2012


Hello,

I'm attaching a very simple patch that splits the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header into smaller logical headers. The RuntimeDyldELF class declaration moves to RuntimeDyldELF.h and the RuntimeDyldMachO class declaration moves to RuntimeDyldMachO.h, with the includes adjusted accordingly.

This change cleans up the code, since the container-specific RuntimeDyld classes start growing in complexity and there's little sense keeping them all in a single big header.


Eli

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120119/75393ef0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: runtimedyldimpl.1.patch
Type: application/octet-stream
Size: 15847 bytes
Desc: runtimedyldimpl.1.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120119/75393ef0/attachment.obj>


More information about the llvm-commits mailing list