[llvm-commits] [PATCH] ELFObjectFile with dynamic loading support

Bendersky, Eli eli.bendersky at intel.com
Mon Jan 9 07:15:14 PST 2012


Hello,

Following the email I sent to LLVMdev earlier today (http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046671.html), please find attached the first patch in the MCJIT/ELF series. It presents a subclass of ELFObjectFile, named DyldELFObject, which supports basic dynamic loading. This class is used by MCJIT/ELF to load an ELF image generated by MC into memory and executing it.

Please note that there are no stand-alone tests for this class yet. It is being tested extensively in the ExecutionEngine tests run on MCJIT/ELF, which will be part of the next patch in the series, once this one is accepted and committed.

Thanks in advance,
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/20120109/593ee087/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: elfobjectfile.1.patch
Type: application/octet-stream
Size: 13381 bytes
Desc: elfobjectfile.1.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120109/593ee087/attachment.obj>


More information about the llvm-commits mailing list