<div class="gmail_quote">2009/7/27 Rudskyy <span dir="ltr"><<a href="mailto:tema13tema@yahoo.de">tema13tema@yahoo.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">









<div lang="DE" link="blue" vlink="purple">

<div>

<p><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: 16px; ">It is possible to create own tool to translate assembler
file in “obj”, but in “llc” some steps are provided,<b><span style="font-weight:bold"> maybe</span></b>, for this conversions …</span></p></div></div></blockquote>If you use LLC to create an asm file for your target, you can use your target's native assembler to create the .o file from it.<br>
</div><div class="gmail_quote">Then, you should use your target's native linker to create an ELF executable.</div><div class="gmail_quote"><br></div><div class="gmail_quote">LLC currently does not support doing all these steps on its own.</div>