[LLVMdev] cygwin/mingw help

Jim Crafton jim.crafton at gmail.com
Thu Jan 21 13:14:16 PST 2010


This is what I got from

gcc -S t.c


	.file	"t.c"
.globl _x
	.data
	.align 4
_x:
	.long	_test
.lcomm _test,400



On Thu, Jan 21, 2010 at 4:07 PM, Chris Lattner <clattner at apple.com> wrote:
> Can someone with cygwin/mingw access tell me what .s file gcc compiles
> this .c file to:
>
> static int test[100];
> void *x = &test;
>
> Thanks!
>
> -Chris
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list