diff options
Diffstat (limited to 'test/ExecutionEngine/OrcMCJIT/remote/eh.ll')
-rw-r--r-- | test/ExecutionEngine/OrcMCJIT/remote/eh.ll | 5 |
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(...) |