diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll index 9a9b8365d1f..b781463a4ca 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll @@ -1,5 +1,6 @@ ; RUN: %lli -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: |