Displaying 3 results from an estimated 3 matches for "r103150".
2010 May 06
2
[LLVMdev] Win32 COFF Support
On Wed, May 5, 2010 at 9:38 PM, Chris Lattner <clattner at apple.com> wrote:
> 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!
>
>
After looking into this, I have found that AsmParser is hard coded to use
MachO sections which causes my code to segfault, rewor...
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....
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()) {
&...