diff options
| author | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-04-26 02:33:22 +0000 |
|---|---|---|
| committer | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-04-26 02:33:22 +0000 |
| commit | ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1 (patch) | |
| tree | 01df869a64d046255e4a6bd0fd3cfc5400c9f8bb /llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll | |
| parent | e4c0c1679b8a20836643cba98773fb1cdfb7afe8 (diff) | |
| download | bcm5719-llvm-ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1.tar.gz bcm5719-llvm-ab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1.zip | |
[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
Diffstat (limited to 'llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll | 3 |
1 files changed, 2 insertions, 1 deletions
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: |

