[LLVMdev] cygwin/mingw help
Chuck Zhao
czhao at eecg.toronto.edu
Thu Jan 21 13:16:00 PST 2010
.file "test0.c"
.globl _x
.data
.align 4
_x:
.long _test
.lcomm _test,400
Using gcc-4.2.4 on Cygwin/WinXP, with -c -O0 -S flags.
Chuck
On 1/21/2010 4:07 PM, Chris Lattner 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