From ba16ac3e04989eabf36911859a196200ce079409 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 16 May 2012 22:06:47 +0000 Subject: [PATCH] XFAIL this test on MIPS. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/2008-01-25-ByValReadNone.c b/test/CodeGen/2008-01-25-ByValReadNone.c index 06ad1eef00..d977139b21 100644 --- a/test/CodeGen/2008-01-25-ByValReadNone.c +++ b/test/CodeGen/2008-01-25-ByValReadNone.c @@ -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 -- 2.40.0