diff options
author | Renato Golin <renato.golin@linaro.org> | 2013-02-28 10:05:10 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2013-02-28 10:05:10 +0000 |
commit | 0d89178ba313c8481672bc4c31532bb48fb86a0a (patch) | |
tree | 7b986dafb26210a18ca129a9cb11f895e474c26b /llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | |
parent | ead41b6b8fa50d93bc21cad2c8d195dcfc7cb9cb (diff) | |
download | bcm5719-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/2002-12-16-ArgTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll index e04bf03f72e..4c03519a85a 100644 --- a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll +++ b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll @@ -1,5 +1,5 @@ ; RUN: %lli %s > /dev/null -; XFAIL: armv7 +; XFAIL: arm @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] |