diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/stubs-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/remote/stubs-remote.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll index b781463a4ca7..7b0d1e743d41 100644 --- a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed define i32 @main() nounwind { entry: |