]> granicus.if.org Git - clang/commitdiff
XFAIL this test on MIPS.
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 16 May 2012 22:06:47 +0000 (22:06 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 16 May 2012 22:06:47 +0000 (22:06 +0000)
Since r156650, clang has stopped emitting byval arguments for MIPS targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156954 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2008-01-25-ByValReadNone.c

index 06ad1eef00f1dc1ccfb5958ca52fe85ba3c1d5d2..d977139b212066e48e55b64c57f9a8720d0abf15 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readonly
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readnone
 
-// XFAIL: arm
+// XFAIL: arm,mips
 
 // The struct being passed byval means that we cannot mark the
 // function readnone.  Readnone would allow stores to the arg to