[PATCH] D13729: [TSAN, PowerPC] Setjmp/longjmp handling for PowerPC

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 02:09:46 PST 2015


dvyukov added a comment.

In http://reviews.llvm.org/D13729#283296, @simoatze wrote:

> > Simone, can you please test this assembly code on the machine where you were having difficulty with the previous patch?
>
>
> I am trying to test it on the big endian machine with older kernel, but since I updated to the to the current trunk 
>  and applied the new patch with my patch, all tests are failing and just before running the tests I get this message:
>
> lit.py: discovery.py:190: warning: test suite 'ThreadSanitizer-Unit' contained no tests
>
> did something change on Tsan that can affect the execution with older kernel?
>  It’s working on little endian newer kernel though.
>
> Any idea?
>
> Best,
> Simone
>
> > Repository:
>
> > 
>
> >   rL LLVM
>
> >    
>
> > 
>
> > http://reviews.llvm.org/D13729
>


Looking at the error message, it seems that the tests are just not enabled on your machine inside of cmake files. Probably cmake queries identity of your machine in some way (e.g. uname -a), and then fails to recognize it as power.

+Alexey for cmake magic, where does recognition of target machine happens inside of cmake files?


Repository:
  rL LLVM

http://reviews.llvm.org/D13729





More information about the llvm-commits mailing list