From ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Tue, 26 Apr 2016 02:33:22 +0000 Subject: [powerpc] mark JIT tests as XFAIL 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 XFAIL for now. If this is fixed remove the XFAIL flag "powerpc64-unknown-linux-gnu". llvm-svn: 267516 --- llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll') diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll b/llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll index 2b3594d3d69..5e4d4985cd9 100644 --- a/llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll +++ b/llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll @@ -1,5 +1,6 @@ ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32 +; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu +; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed define i32 @main() nounwind { entry: -- cgit v1.2.3