summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-call.ll
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-02-28 10:05:10 +0000
committerRenato Golin <renato.golin@linaro.org>2013-02-28 10:05:10 +0000
commit4a4fb84d4b1ae48199489707a4398e2a968b8933 (patch)
treedbdcda200d992adc4784d698f937c65b3307db34 /test/ExecutionEngine/test-call.ll
parent14eadeda001cf5bcf0d8845e26db93c242bf9fd4 (diff)
downloadllvm-4a4fb84d4b1ae48199489707a4398e2a968b8933.tar.gz
llvm-4a4fb84d4b1ae48199489707a4398e2a968b8933.tar.bz2
llvm-4a4fb84d4b1ae48199489707a4398e2a968b8933.tar.xz
Corrections for XFAIL armv5 tests
Most of the tests that behave differently on llvm-arm-linux buildbot did so becase the triple wasn't set correctly to armv5, so we can revert most of the special behaviour added previously. Some tests still need the special treatment, though. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/test-call.ll')
-rw-r--r--test/ExecutionEngine/test-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-call.ll b/test/ExecutionEngine/test-call.ll
index 563d486f50..3fd39fe094 100644
--- a/test/ExecutionEngine/test-call.ll
+++ b/test/ExecutionEngine/test-call.ll
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
declare void @exit(i32)