[LLVMdev] llc - generation of native machine code

Misha Brukman brukman at gmail.com
Mon Jul 27 08:57:37 PDT 2009


2009/7/27 Rudskyy <tema13tema at yahoo.de>

>  It is possible to create own tool to translate assembler file in “obj”,
> but in “llc” some steps are provided,* maybe*, for this conversions …
>
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.
Then, you should use your target's native linker to create an ELF
executable.

LLC currently does not support doing all these steps on its own.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090727/2a628db5/attachment.html>


More information about the llvm-dev mailing list