[llvm-commits] [llvm-gcc-4.2] r52263 - in /llvm-gcc-4.2/trunk/gcc: c-cppbuiltin.c cfgexpand.c common.opt function.c toplev.c
Evan Cheng
evan.cheng at apple.com
Fri Jun 13 16:09:46 PDT 2008
Yep. Looks the same. I don't know why your change would break the
build, but please verify and fix. :-)
Thanks,
Evan
On Jun 13, 2008, at 4:03 PM, Devang Patel wrote:
>
> On Jun 13, 2008, at 3:52 PM, Evan Cheng wrote:
>
>> /tmp/llvmgcc42.roots/llvmgcc42~obj/src/gcc/function.c: In function
>> ‘get_func_frame_size’:
>> /tmp/llvmgcc42.roots/llvmgcc42~obj/src/gcc/function.c:347: error:
>> ‘flag_stack_protect’ undeclared (first use in this function)
>> /tmp/llvmgcc42.roots/llvmgcc42~obj/src/gcc/function.c:347: error:
>
> I have
>
> 345 get_func_frame_size (struct function *f)
> 346 {
> 347 if (FRAME_GROWS_DOWNWARD)
> 348 return -f->x_frame_offset;
> 349 else
> 350 return f->x_frame_offset;
> 351 }
>
> What do you see in your function.c ?
> -
> Devang
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list