Hi,
This patch attempts to fix bug#21811 by attaching the no-frame-pointer-elim-non-leaf
attribute to the compiler-created global init function. It would be helpful if
someone can review this,
- Gao
Differential D9203
Fixing PR21811 by applying attributes to global init function ygao on Apr 22 2015, 11:03 AM. Authored by
Details Hi,
Diff Detail
Event TimelineComment Actions This isn't enough, there are other bugs here. We should be arranging a CGFunctionInfo and calling SetLLVMFunctionAttributes. Comment Actions I went ahead and landed a slightly different version in r235537. Thanks for the patch! Comment Actions Thanks! |