[llvm-commits] [llvm] r161446 - /llvm/trunk/lib/CodeGen/StackProtector.cpp
Chris Lattner
clattner at apple.com
Thu Aug 16 21:04:40 PDT 2012
On Aug 13, 2012, at 5:17 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>> I was talking about -O0. :-)
>
> I don't particularly have an opinion about it, but there is some
> precedent (-fomit-frame-pointer for example), so my suggestion is to
> write a patch adding a -ffull-stack-protector and another one changing
> the default at -O0 and see what people think.
If anything, it should be on with -fcatch-undefined-behavior, not -O0.
-Chris
More information about the llvm-commits
mailing list