aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-31 17:31:46 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2012-10-31 17:31:46 +0000
commit5d1ae382828df91deb94fa343fb331b5548f06a2 (patch)
tree24f28ecef45b546ccb4c9aec85a5ac39709089eb
parent81939a752bfb4adbe302e2872271be195e2eacb2 (diff)
This patch removes the XFAIL for powerpc for
test/CodeGenCXX/member-alignment.cpp. The test succeeds for powerpc64-unknown-linux-gnu. If other flavors of powerpc are shown by buildbots to still be broken, we can adjust the test at that time. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167143 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/member-alignment.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenCXX/member-alignment.cpp b/test/CodeGenCXX/member-alignment.cpp
index 100beb60e1..78026d4e04 100644
--- a/test/CodeGenCXX/member-alignment.cpp
+++ b/test/CodeGenCXX/member-alignment.cpp
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-// XFAIL: powerpc
// rdar://7268289