diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 17:31:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-21 17:31:59 +0000 |
commit | d4f61ece79546af599b4ff317623c1fd671856e7 (patch) | |
tree | da1a7d9b5799dbd25d7528dc2cecb66d7f6a1531 | |
parent | 7669c97ba622ae8752f620bc1b47e385cb264b7a (diff) | |
download | external_llvm-d4f61ece79546af599b4ff317623c1fd671856e7.zip external_llvm-d4f61ece79546af599b4ff317623c1fd671856e7.tar.gz external_llvm-d4f61ece79546af599b4ff317623c1fd671856e7.tar.bz2 |
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
-rw-r--r-- | test/FrontendC++/m64-ptr.cpp | 1 | ||||
-rw-r--r-- | test/LLVMC/MultiplePluginPriorities.td | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC++/m64-ptr.cpp b/test/FrontendC++/m64-ptr.cpp index 7685cfe..f91e2f4 100644 --- a/test/FrontendC++/m64-ptr.cpp +++ b/test/FrontendC++/m64-ptr.cpp @@ -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. diff --git a/test/LLVMC/MultiplePluginPriorities.td b/test/LLVMC/MultiplePluginPriorities.td index 721b7cc..b6b55de 100644 --- a/test/LLVMC/MultiplePluginPriorities.td +++ b/test/LLVMC/MultiplePluginPriorities.td @@ -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" |