search for: 912dd092

Displaying 3 results from an estimated 3 matches for "912dd092".

Did you mean: 912d9062
2010 May 11
1
[LLVMdev] AsmPrinter::EmitLinkage
> For the windows sub-target is it safe to assume Microsoft's linker is the being targeted? I'd really appreciate if both ms link and gnu ld will be tested, if this is possible. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 May 11
0
[LLVMdev] AsmPrinter::EmitLinkage
...es some inline assembly, I may try and hack that through as assembly code. This involved linking and xgcc ran okay, so things are looking good :) Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100511/912dd092/attachment.html>
2010 May 11
3
[LLVMdev] AsmPrinter::EmitLinkage
On Tue, May 11, 2010 at 2:03 AM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > > I think it emits valid output, but I don't think it handles weak symbols > > correctly, as COFF supports true weak symbols, but this code appears to > turn > > them into a linkonce section which is not quite the same thing. > Yes. This was intentional, since: > 1. At