summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/OrcMCJIT/remote/eh.ll
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 03:59:19 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2016-04-26 03:59:19 +0000
commitedae2f4f968c194db59d3b3f955efc6a8ec20baf (patch)
tree3249584827633b557b1e21fa13f61a257a04c3bc /test/ExecutionEngine/OrcMCJIT/remote/eh.ll
parent9c8065521ae5a07d62c1e7f919f2a6d2e9c68814 (diff)
downloadllvm-edae2f4f968c194db59d3b3f955efc6a8ec20baf.tar.gz
[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian
Some of the JIT tests began failing with "[llvm] r266663 - [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups." on powerpc64 big endian. To get the buildbots running I am marking these as UNSUPPORTED for now. If this is fixed remove the UNSUPPORTED flag "powerpc64-unknown-linux-gnu". In r267516 I marked these as XFAIL but they succeed on some of the bots on stage1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/OrcMCJIT/remote/eh.ll')
-rw-r--r--test/ExecutionEngine/OrcMCJIT/remote/eh.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ExecutionEngine/OrcMCJIT/remote/eh.ll b/test/ExecutionEngine/OrcMCJIT/remote/eh.ll
index ff1b10510b85..c4801d630338 100644
--- a/test/ExecutionEngine/OrcMCJIT/remote/eh.ll
+++ b/test/ExecutionEngine/OrcMCJIT/remote/eh.ll
@@ -1,6 +1,7 @@
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s
-; XFAIL: arm, cygwin, win32, mingw,powerpc64-unknown-linux-gnu
-; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
+; XFAIL: arm, cygwin, win32, mingw
+; UNSUPPORTED: powerpc64-unknown-linux-gnu
+; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)