Displaying 3 results from an estimated 3 matches for "e9ffc617".
2011 May 14
0
[LLVMdev] Native build clarification
It looks like someone got started on this project:
http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf
Does anyone know what kind of progress has been made?
On Sat, May 14, 2011 at 9:10 AM, Reed Kotler <rkotler at mips.com> wrote:
> 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
2011 May 14
1
[LLVMdev] Native build clarification
...ng 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/e9ffc617/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