Displaying 1 result from an estimated 1 matches for "0c5a65db".
2014 Feb 07
2
[LLVMdev] Unwind behaviour in Clang/LLVM
On 7 February 2014 00:19, Richard Smith <richard at metafoo.co.uk> wrote:
> This (-fexceptions and -g imply -funwind-tables) seems like it's probably
> the right thing for most targets. With SjLj exceptions, -fexceptions
> probably doesn't need -funwind-tables.
>
Thanks, I think that's the general consensus, yes.
Do we have such logic in Clang at the moment?
My