XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-12-21 17:31:59 +00:00
parent f4f43cb501
commit ff99b16637
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: %llvmgxx %s -S -o - | FileCheck %s
// XFAIL: powerpc-apple-darwin
// Make sure pointers are passed as pointers, not converted to int.
// The first load should be of type i8** in either 32 or 64 bit mode.

View File

@ -1,5 +1,6 @@
// Check that multiple plugin priorities are not allowed.
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
// XFAIL: powerpc-apple-darwin
include "llvm/CompilerDriver/Common.td"