forked from OSchip/llvm-project
Mark two Clang tests as passing on ARM
Also move one of them from grep to FileCheck. Patch from Joey Gouly <joey.gouly@arm.com>! llvm-svn: 164929
This commit is contained in:
parent
f6645c8071
commit
24d05b0f29
|
@ -1,7 +1,9 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -o - %s | not grep readonly
|
||||
// RUN: %clang_cc1 -emit-llvm -o - %s | not grep readnone
|
||||
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
// XFAIL: arm,mips
|
||||
// XFAIL: mips
|
||||
|
||||
// CHECK-NOT: readonly
|
||||
// CHECK-NOT: readnone
|
||||
|
||||
// The struct being passed byval means that we cannot mark the
|
||||
// function readnone. Readnone would allow stores to the arg to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
|
||||
// XFAIL: arm,powerpc
|
||||
// XFAIL: powerpc
|
||||
|
||||
// rdar://7268289
|
||||
|
||||
|
|
Loading…
Reference in New Issue