This test was marked XFAIL for powerpc about a year ago. It currently does not fail on powerpc64-unknown-linux-gnu, and I notice that ARM recently removed their XFAIL for the same test. I would like to remove the XFAIL and see whether any buildbots fail the test (e.g., PowerPC/Darwin).
Does anyone have any concerns with this approach? Thanks! Bill -- Bill Schmidt, Ph.D. IBM Advance Toolchain for PowerLinux IBM Linux Technology Center [email protected] [email protected]
Index: test/CodeGenCXX/member-alignment.cpp =================================================================== --- test/CodeGenCXX/member-alignment.cpp (revision 167117) +++ test/CodeGenCXX/member-alignment.cpp (working copy) @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s -// XFAIL: powerpc // rdar://7268289
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
