summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2010-11-04-BigByval.ll
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-04-05 17:16:21 +0000
committerStuart Hastings <stuart@apple.com>2011-04-05 17:16:21 +0000
commitac42a19217ad9129767d544edde06e843ae74cfd (patch)
tree61752e3e60064e08062a572825f123298c5c00f3 /test/CodeGen/Generic/2010-11-04-BigByval.ll
parente7510c2e9648ab8e887d7b40d913c7a7db784d67 (diff)
downloadllvm-ac42a19217ad9129767d544edde06e843ae74cfd.tar.gz
llvm-ac42a19217ad9129767d544edde06e843ae74cfd.tar.bz2
llvm-ac42a19217ad9129767d544edde06e843ae74cfd.tar.xz
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
Diffstat (limited to 'test/CodeGen/Generic/2010-11-04-BigByval.ll')
-rw-r--r--test/CodeGen/Generic/2010-11-04-BigByval.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2010-11-04-BigByval.ll b/test/CodeGen/Generic/2010-11-04-BigByval.ll
index df2ca4c18a..ecb354ed17 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]