[llvm-commits] LLD PATCH: add ELF reader basic skeleton code

Hemant Kulkarni khemant at codeaurora.org
Wed Jun 13 17:07:51 PDT 2012


Hello Everyone ,

 

I am working to get ELF port in LLD linker. I am attaching a patch that
fills in basic sub-classes in the ReaderELF.  I request feedback for this
code.  I also want suggestions for ways to test this Reader as I notice
there is no way right now to test COFF reader as well.

 

The ReaderELF will read an object file and instantiate an ELFObjectFile
object and fill in the atom subclasses that correspond for ELF.

 

 

--

Hemant Kulkarni

khemant at codeaurora.org

Qualcomm Innovation Center, Inc is a member of Code Aurora Forum

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120613/b473a3a9/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120613/b473a3a9/attachment.txt>


More information about the llvm-commits mailing list