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.

llvm-svn: 167143
This commit is contained in:
Bill Schmidt 2012-10-31 17:31:46 +00:00
parent 289e4a37ee
commit 22bd6d18d1
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// XFAIL: powerpc
// rdar://7268289