<div class="gmail_quote">2009/7/27 Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com" target="_blank">eli.friedman@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<<a href="mailto:tema13tema@yahoo.de" target="_blank">tema13tema@yahoo.de</a>> wrote:<br>> But now I am looking for generation of machine code for my target. I have<br>

> seen, that “llc” has option "-filetype".<br>><br>> It has default value "-filetype=asm", but has more values, as<br>> "-filetype=obj" and "-filetype=dynlib".<br>><br>

> “obj” is very interesting, but it till not supported L<br><br></div>There's work in progress to make this work properly, but it's still a<br>while off.  See <a href="http://wiki.llvm.org/Direct_Object_Code_Emission" target="_blank">http://wiki.llvm.org/Direct_Object_Code_Emission</a> .<br>

</blockquote>
<div>Hi,</div>
<div> </div>
<div>We are "short circuiting" alot of this work in order to hopefully get basic working ELF and COFF writers into the next release of LLVM. Alot of the DOCE work is toward a longer goal of providing linkers for LLVM.<br>

It is best to talk to Chris Lattner and Bruno Cardoso about the ELF writer. You would need to add support for you target CPU such as relocation information and debugging information.<br> <br>Bruno is working on his GSoC project and will be doing both ELF and DWARF support, the DWARF support probably wont be ready until the end of September though.<br>

 <br>There is very basic functioning ELF for X86 on SVN now. Patches for other target archetectures are most welcome</div>
<div> </div>
<div></div>
<div>Aaron</div>
<div> </div></div>