From: Stuart Hastings Date: Tue, 5 Apr 2011 17:16:21 +0000 (+0000) Subject: ARM doesn't support byval yet. XFAIL this test until it does. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ac42a19217ad9129767d544edde06e843ae74cfd;p=oota-llvm.git ARM doesn't support byval yet. XFAIL this test until it does. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128891 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2010-11-04-BigByval.ll b/test/CodeGen/Generic/2010-11-04-BigByval.ll index df2ca4c18a0..ecb354ed175 100644 --- a/test/CodeGen/Generic/2010-11-04-BigByval.ll +++ b/test/CodeGen/Generic/2010-11-04-BigByval.ll @@ -1,5 +1,6 @@ ; RUN: llc < %s ; PR7170 +; XFAIL: arm %big = type [131072 x i8]