aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-21 17:31:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-21 17:31:59 +0000
commitff99b16637b084dda4bc421a947477f995fe25ef (patch)
treeda1a7d9b5799dbd25d7528dc2cecb66d7f6a1531 /test/FrontendC++
parentf4f43cb5011611d44219ffb1caa988f5adf305bf (diff)
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
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/m64-ptr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/m64-ptr.cpp b/test/FrontendC++/m64-ptr.cpp
index 7685cfeaa0..f91e2f4f85 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.