[LLVMdev] Libc++abi tests on ARM

Logan Chien tzuhsiang.chien at gmail.com
Tue May 13 12:46:44 PDT 2014


Hi Renato,

It seems that nounwind is not a reliable criteria to decide whether we
should generate handlerdata or not.  In addition to the nounwind attribute
and uwtable attribute, we should check the numbers of landingpad
instruction as well.  I have just uploaded the patch for review:

http://reviews.llvm.org/D3748

Also, there is a minor regression in LLVM master, and here's the patch to
fix the issue:

http://reviews.llvm.org/D3747

With both patches, the ARM EHABI should work with top-of-tree master.
Please have a look.  Feel free to let me know if you have any problems.
Thanks.

Sincerely,
Logan


On Tue, May 13, 2014 at 4:23 AM, Renato Golin <renato.golin at linaro.org>wrote:

> On 12 May 2014 20:20, Logan Chien <tzuhsiang.chien at gmail.com> wrote:
> > There is a known issue in the code generated by LLVM.
> > As a workaround, I am adding "-funwind-tables" to compile the unit tests.
>
> I thought I had fixed all of them. Do you have a bug number?
>
>
> > BTW, the LLVM revision which I am using is r207501.
> > It seems that the recent master has come regression on unwind_04 and
> > unwind_05.
>
> I'm using 208522. I haven't seen errors in the unwind_05...
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140514/8487f5a4/attachment.html>


More information about the llvm-dev mailing list