commit | d35424f9ca617543a1101fb168246e8fbb99dc62 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Thu Dec 02 20:20:32 2010 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Thu Dec 02 20:20:32 2010 +0000 |
tree | ca4d80fb88db2ab53a5aa05fc7913090cf7dce86 | |
parent | 5709254bd5f11a16ecb45e8f8984e543f8221cbb [diff] [blame] |
XFAIL for now. If someone with access to an ARM/Linux host wants to have a look that would be great. They're ARM JIT failures, so without that, it's tough. llvm-svn: 120731
diff --git a/llvm/test/ExecutionEngine/test-call.ll b/llvm/test/ExecutionEngine/test-call.ll index 27e16f0..c4131a2 100644 --- a/llvm/test/ExecutionEngine/test-call.ll +++ b/llvm/test/ExecutionEngine/test-call.ll
@@ -1,4 +1,5 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm declare void @exit(i32)