Debug info is disabled on PPC Darwin.
[oota-llvm.git] / test / FrontendC / 2009-02-17-BitField-dbg.c
index 36ee2e6f0ef70ad40ea928992cb5ebc179c5bf90..7ab14fd27a68826046c8cbd13ed0b3cfa5b87863 100644 (file)
@@ -5,6 +5,10 @@
 // RUN: echo {ptype mystruct} > %t2
 // RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
 // RUN:   tee 2009-02-17-BitField-dbg.out | grep "int a : 4"
+//
+// XFAIL: powerpc-apple-darwin
+// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
+// that platform.
 
 struct {
   int  a:4;