[PATCH] D13729: [TSAN, PowerPC] Setjmp/longjmp handling for PowerPC
Simone via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 8 21:47:17 PST 2015
simoatze added a comment.
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
Repository:
rL LLVM
http://reviews.llvm.org/D13729
More information about the llvm-commits
mailing list