[cfe-commits] r167143 - /cfe/trunk/test/CodeGenCXX/member-alignment.cpp
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Wed Oct 31 10:31:46 PDT 2012
Author: wschmidt
Date: Wed Oct 31 12:31:46 2012
New Revision: 167143
URL: http://llvm.org/viewvc/llvm-project?rev=167143&view=rev
Log:
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.
Modified:
cfe/trunk/test/CodeGenCXX/member-alignment.cpp
Modified: cfe/trunk/test/CodeGenCXX/member-alignment.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/member-alignment.cpp?rev=167143&r1=167142&r2=167143&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/member-alignment.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/member-alignment.cpp Wed Oct 31 12:31:46 2012
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-// XFAIL: powerpc
// rdar://7268289
More information about the cfe-commits
mailing list