]> granicus.if.org Git - clang/commitdiff
XFAIL this test on ARM. Filed PR10518 to track.
authorEric Christopher <echristo@apple.com>
Wed, 27 Jul 2011 23:48:42 +0000 (23:48 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 27 Jul 2011 23:48:42 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136299 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 825b9b74eeafc11929723550c4579f64970edaaf..06ad1eef00f1dc1ccfb5958ca52fe85ba3c1d5d2 100644 (file)
@@ -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