[llvm-commits] [llvm] r128891 - /llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll

Stuart Hastings stuart at apple.com
Tue Apr 5 10:16:21 PDT 2011


Author: stuart
Date: Tue Apr  5 12:16:21 2011
New Revision: 128891

URL: http://llvm.org/viewvc/llvm-project?rev=128891&view=rev
Log:
ARM doesn't support byval yet.  XFAIL this test until it does.

Modified:
    llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll

Modified: llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll?rev=128891&r1=128890&r2=128891&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll Tue Apr  5 12:16:21 2011
@@ -1,5 +1,6 @@
 ; RUN: llc < %s
 ; PR7170
+; XFAIL: arm
 
 %big = type [131072 x i8]
 





More information about the llvm-commits mailing list