[cfe-commits] r136299 - /cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c

Eric Christopher echristo at apple.com
Wed Jul 27 16:48:42 PDT 2011


Author: echristo
Date: Wed Jul 27 18:48:42 2011
New Revision: 136299

URL: http://llvm.org/viewvc/llvm-project?rev=136299&view=rev
Log:
XFAIL this test on ARM. Filed PR10518 to track.

Modified:
    cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c

Modified: cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c?rev=136299&r1=136298&r2=136299&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c (original)
+++ cfe/trunk/test/CodeGen/2008-01-25-ByValReadNone.c Wed Jul 27 18:48:42 2011
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readonly
 // RUN: %clang_cc1 -emit-llvm -o - %s | not grep readnone
 
+// XFAIL: arm
+
 // The struct being passed byval means that we cannot mark the
 // function readnone.  Readnone would allow stores to the arg to
 // be deleted in the caller.  We also don't allow readonly since





More information about the cfe-commits mailing list