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

Jim Grosbach grosbach at apple.com
Thu Jan 19 09:20:39 PST 2012


Hi Eli,

Looks good to me. Thanks!

-Jim

On Jan 19, 2012, at 4:12 AM, Bendersky, Eli wrote:

> 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. <runtimedyldimpl.1.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120119/565d97f2/attachment.html>


More information about the llvm-commits mailing list