Displaying 3 results from an estimated 3 matches for "f40371e6".
2010 May 06
2
[LLVMdev] Win32 COFF Support
..., clang, and (according to Aaron) llvm-gcc all work
with my COFF backend, so I will continue to work on it using one of those to
test it.
> - Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/f40371e6/attachment.html>
2010 May 06
0
[LLVMdev] Win32 COFF Support
On May 5, 2010, at 6:44 PM, Nathan Jeffords wrote:
> ...
> Thanks, applied in r103150! llvm-mc -filetype=obj probably needs a similar patch.
>
>
> cool!, I will make that change and submit it too.
Thanks!
> Also, w.r.t. section handling stuff, there is this fixme in the asmprinter:
>
> } else if (const char *LinkOnce = MAI->getLinkOnceDirective()) {
>
2010 May 06
2
[LLVMdev] Win32 COFF Support
...
> Thanks, applied in r103150! llvm-mc -filetype=obj probably needs a similar
> patch.
>
>
cool!, I will make that change and submit it too.
> ...
> Yes probably, I don't know what the .def and .scl directives "do" :)
>
>
I think I can figure out the right thing to do here.
> Also, w.r.t. section handling stuff, there is this fixme in the asmprinter: