[LLVMdev] cygwin/mingw help

Chris Lattner clattner at apple.com
Thu Jan 21 13:31:29 PST 2010


thanks!

On Jan 21, 2010, at 1:14 PM, Jim Crafton wrote:

> 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