[llvm-commits] [llvm] r148800 - in /llvm/trunk: lib/CodeGen/AsmPrinter/ARMException.cpp test/CodeGen/ARM/ehabi-unwind.ll

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Feb 2 07:13:42 PST 2012


We kind of went through this solution before settling on the one that
got reverted.

Anton, do you want me to revert this one, as well?

On Thu, Feb 2, 2012 at 1:43 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Tue, Jan 24, 2012 at 5:05 AM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
>>
>> An option to selectively enable part of ARM EHABI support.
>>
>> This change adds an new option --arm-enable-ehabi-descriptors that
>> enables emitting unwinding descriptors. This provides a mode with a
>> working backtrace() without the (currently broken) exception support.
>
>
> Evgeniy, sorry for the belated response, but I wanted to clarify that this
> shouldn't have been submitted without at least running the patch by Anton. I
> know we discussed going back to this solution, but it still should get
> reviewed first.
>
> Anton, do you have any actual issues with the patch? Does this break
> anything?



More information about the llvm-commits mailing list