commit | 7ece6027a9934c7282a42303e88458cfa6ad7b1e | [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 | 59e487226a6532d1ae9b92ef065e74ecd6690ff2 | |
parent | fabdafbacb2da6f9dbd36975a39d186dec557a0a [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ExecutionEngine/test-call.ll b/test/ExecutionEngine/test-call.ll index 27e16f0..c4131a2 100644 --- a/test/ExecutionEngine/test-call.ll +++ b/test/ExecutionEngine/test-call.ll
@@ -1,4 +1,5 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm declare void @exit(i32)