Displaying 2 results from an estimated 2 matches for "2872c911".
Did you mean:
272c981
2010 May 06
0
[LLVMdev] Win32 COFF Support
...macho assembler, we found it very very useful to produce bitwise identical output to the system assembler, allowing us to just diff the .o files.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/2872c911/attachment.html>
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: