Displaying 2 results from an estimated 2 matches for "0a807106".
2011 May 14
0
[LLVMdev] Native build clarification
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110514/0a807106/attachment.html>
2011 May 14
2
[LLVMdev] Native build clarification
It's not so easy to create a linker that has all the bells and whistles,
especially on windows.
You have to look at the totality of options, linker files, shared
objects, etc.
It's not a weekend project.
If you want to read the elf manual and gnu ld and then write a new one
you could do that. Clang can easily be fixed to incorporate it either as
a default or as an optional linker. The