diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll index ca520c8000b..8583bfe8787 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll @@ -1,5 +1,7 @@ ; RUN: %lli_mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target %s -; XFAIL: mips + +; This fails because __main is not resolved in remote mcjit on cygming. +; XFAIL: cygwin,mingw32,mips ; Check that a variable is always aligned as specified. |