[LLVMdev] [cfe-dev] Unwind behaviour in Clang/LLVM

Renato Golin renato.golin at linaro.org
Thu Feb 13 05:52:50 PST 2014


On 13 February 2014 13:47, Evgeniy Stepanov <eugenis at google.com> wrote:
> Hm, I see that -funwind-tables on arm-linux-androideabi target
> replaces this "cantunwind" with a proper unwind table.
> Hence http://llvm-reviews.chandlerc.com/D2762.

If Android is using EHABI (I think it is), the default now is to
output full tables all the time, everywhere. This will change to be
the same as x86 soon.

--renato



More information about the llvm-dev mailing list