Displaying 2 results from an estimated 2 matches for "samesize".
Did you mean:
namesize
2010 May 06
2
[LLVMdev] Win32 COFF Support
...A_Global);
> // FIXME: linkonce should be a section attribute, handled by COFF
> Section
> // assignment.
> //
> http://sourceware.org/binutils/docs-2.20/as/Linkonce.html#Linkonce
> // .linkonce discard
> // FIXME: It would be nice to use .linkonce samesize for non-common
> // globals.
> OutStreamer.EmitRawText(StringRef(LinkOnce));
> } else {
>
> Basically, it seems like the MCSectionCOFF implementation should get the
> linkonce bit. I'm not an expert on COFF, but I think that's the right place
> for it....
2010 May 06
0
[LLVMdev] Win32 COFF Support
...GVSym, MCSA_Global);
> // FIXME: linkonce should be a section attribute, handled by COFF Section
> // assignment.
> // http://sourceware.org/binutils/docs-2.20/as/Linkonce.html#Linkonce
> // .linkonce discard
> // FIXME: It would be nice to use .linkonce samesize for non-common
> // globals.
> OutStreamer.EmitRawText(StringRef(LinkOnce));
> } else {
>
> Basically, it seems like the MCSectionCOFF implementation should get the linkonce bit. I'm not an expert on COFF, but I think that's the right place for it. ".l...