[cfe-commits] r143771 - /cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
Eli Friedman
eli.friedman at gmail.com
Fri Nov 4 17:49:47 PDT 2011
Author: efriedma
Date: Fri Nov 4 19:49:47 2011
New Revision: 143771
URL: http://llvm.org/viewvc/llvm-project?rev=143771&view=rev
Log:
Fix test so that it XFAILs consistently.
Modified:
cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
Modified: cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c?rev=143771&r1=143770&r2=143771&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c (original)
+++ cfe/trunk/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c Fri Nov 4 19:49:47 2011
@@ -1,6 +1,5 @@
-// RUN: %clang_cc1 %s -m32 -emit-llvm -o - | grep {i32 32} | count 3
+// RUN: %clang_cc1 %s -triple powerpc-pc-linux -emit-llvm -o - | grep {i32 32} | count 3
// XFAIL: *
-// XTARGET: powerpc
// Every printf has 'i32 0' for the GEP of the string; no point counting those.
typedef unsigned int Foo __attribute__((aligned(32)));
typedef union{Foo:0;}a;
More information about the cfe-commits
mailing list