diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll index cab18bf2118..0d0459cd149 100644 --- a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null +; XFAIL: arm define i32 @bar() { ret i32 0 |

