diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-11-05 00:49:47 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-11-05 00:49:47 +0000 |
| commit | ce6733a5424de6a5f5cff2725bb682140108817a (patch) | |
| tree | 269bee3459f992ba09b08523adbd51e1d26e6fdb /clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c | |
| parent | 85da6768855987afcf9049c7af854d0f1fde934e (diff) | |
| download | bcm5719-llvm-ce6733a5424de6a5f5cff2725bb682140108817a.tar.gz bcm5719-llvm-ce6733a5424de6a5f5cff2725bb682140108817a.zip | |
Fix test so that it XFAILs consistently.
llvm-svn: 143771
Diffstat (limited to 'clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c')
| -rw-r--r-- | clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c b/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c index 21b47052813..8787bd453e6 100644 --- a/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c +++ b/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c @@ -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; |

