[PATCH] D13729: [TSAN, PowerPC] Setjmp/longjmp handling for PowerPC
Simone Atzeni via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 8 21:47:10 PST 2015
Hi Bill,
looks like that the older Kernel on PPC64/BE still does not like the assembly part.
If I comment out the tsan_rtl_ppc64.S from the CMakeList.txt it compiles
and when I run the check-tsan it fails all the setjump tests plus some other few tests (which I am already trying to fix).
However, if I compile also the assembly code it fails all the tests.
I’ll try to look at into it with GDB and see if I can understand what is going on.
Best,
Simone
> On Nov 6, 2015, at 06:53, Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote:
>
> wschmidt added a comment.
>
> Hm. Are you sure that the build succeeded? I've seen similar output when my build failed but I didn't notice. Otherwise I have no idea -- there has certainly been a lot of churn in TSAN over the last month or two, but I can't imagine something that arbitrarily disabled this for Power BE.
>
>
> Repository:
> rL LLVM
>
> http://reviews.llvm.org/D13729
More information about the llvm-commits
mailing list