]> granicus.if.org Git - clang/commitdiff
This patch removes the XFAIL for powerpc for
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 31 Oct 2012 17:31:46 +0000 (17:31 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 31 Oct 2012 17:31:46 +0000 (17:31 +0000)
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

test/CodeGenCXX/member-alignment.cpp

index 100beb60e1d18110101a77e4be6f728960928f14..78026d4e0419cad069c7039a7de61a4f4654ab24 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-// XFAIL: powerpc
 
 // rdar://7268289