summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-fp-no-external-funcs.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
commit0d89178ba313c8481672bc4c31532bb48fb86a0a (patch)
tree7b986dafb26210a18ca129a9cb11f895e474c26b /llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
parentead41b6b8fa50d93bc21cad2c8d195dcfc7cb9cb (diff)
downloadbcm5719-llvm-0d89178ba313c8481672bc4c31532bb48fb86a0a.tar.gz
bcm5719-llvm-0d89178ba313c8481672bc4c31532bb48fb86a0a.zip
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. llvm-svn: 176243
Diffstat (limited to 'llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll')
-rw-r--r--llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll b/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
index 92cc0d6f2ac..139b2efea57 100644
--- a/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
+++ b/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]
OpenPOWER on IntegriCloud