[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.
authorMarcin Koscielnicki <koriakin@0x04.net>
Thu, 28 Apr 2016 22:23:19 +0000 (22:23 +0000)
committerMarcin Koscielnicki <koriakin@0x04.net>
Thu, 28 Apr 2016 22:23:19 +0000 (22:23 +0000)
commit174f8b19815cef8507fe0dbf03e5e639f3a60ba9
treeae04ad65169c0e67950eb9ce4cf9c242dd97ba6f
parent1b54fce31927b508cc03c43511192da626e80d2d
[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.

Since __builtin_setjmp has been fixed by rL267943, the test now works
on PowerPC.  Enable it.

On the other hand, the SystemZ backend doesn't currently support
__builtin_setjmp.  Disable it.

Differential Revision: http://reviews.llvm.org/D19657

llvm-svn: 267946
compiler-rt/lib/asan/tests/asan_test.cc