Displaying 2 results from an estimated 2 matches for "ef477be9".
2010 May 05
0
[LLVMdev] MCStreamer interface
...lot of widely used stuff
will break if they don't, and the behavior is given in J.5.11 of C99 as a
common extension.
Use -fno-common to turn it off.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/ef477be9/attachment.html>
2010 May 05
4
[LLVMdev] MCStreamer interface
On Wed, May 5, 2010 at 1:22 PM, Nathan Jeffords <blunted2night at gmail.com> wrote:
> I had a problem with MCStreamer::EmitCommonSymbol
> & MCStreamer::EmitLocalCommonSymbol. When I implemented them I assumed this
> meant to put those symbols into the .bss segment. This required me to get a
> hold of the TLOF from the streamer. I now realize this is wrong after
>