diff options
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: |