[LLVMdev] Generating executable by llc.

Sanjiv Gupta llvmdev at gmail.com
Thu Dec 27 23:20:28 PST 2007


is it possible in llvm infrastructure to integrate an actual linker with
llc?  rather than using the native linker.
Can it be done by adding a Module pass?
How difficult it would be to read-in and link the traditional COFF/ELF
object files with this integrated linker?
I am looking to do something like this:

a.c, b.c ----> llvm-gcc ---> a.bc, b.bc ---> llvm-link ---> combined.bc ,
native.o ------> llc + integrated linker  ---> final exeutable


TIA,
Sanjiv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071228/6a73d76b/attachment.html>


More information about the llvm-dev mailing list