[llvm-commits] [llvm-gcc-4.2] r54311 - /llvm-gcc-4.2/trunk/gcc/common.opt
Bill Wendling
isanbard at gmail.com
Sun Aug 3 03:44:24 PDT 2008
On Aug 3, 2008, at 3:33 AM, Duncan Sands wrote:
> Hi Bill,
>
>> We don't support -fstack-protector just yet. Don't use the -1
>> initialization.
>
> another possibility is to initialize to -1 when !ENABLE_LLVM.
>
I have a feeling that this is more complex than I first thought. Just
looking at the darwin.c file and how it handles flag_stack_protector.
Basically, I don't want it emitting a warning during compilation of
PPC. It interferes with the bootstrapping process...
-bw
More information about the llvm-commits
mailing list