From 4a4fb84d4b1ae48199489707a4398e2a968b8933 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 28 Feb 2013 10:05:10 +0000 Subject: 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 --- test/ExecutionEngine/MCJIT/test-call.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ExecutionEngine/MCJIT/test-call.ll') diff --git a/test/ExecutionEngine/MCJIT/test-call.ll b/test/ExecutionEngine/MCJIT/test-call.ll index ed593e3..1a0f008 100644 --- a/test/ExecutionEngine/MCJIT/test-call.ll +++ b/test/ExecutionEngine/MCJIT/test-call.ll @@ -1,5 +1,4 @@ ; RUN: %lli_mcjit %s > /dev/null -; XFAIL: armv5 declare void @exit(i32) -- cgit v1.1