diff options
-rw-r--r-- | test/DebugInfo/2009-01-15-dbg_declare.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/DebugInfo/2009-01-15-dbg_declare.ll b/test/DebugInfo/2009-01-15-dbg_declare.ll index 3f78d0d749..f5779a1d61 100644 --- a/test/DebugInfo/2009-01-15-dbg_declare.ll +++ b/test/DebugInfo/2009-01-15-dbg_declare.ll @@ -1,5 +1,8 @@ ; RUN: llvm-as < %s | llc -f -o /dev/null +; XFAIL: * +; XTARGET: powerpc + target triple = "powerpc-apple-darwin9.5" %llvm.dbg.variable.type = type { i32, { }*, i8*, { }*, i32, { }*, i8*, i8* } @llvm.dbg.variable24 = external constant %llvm.dbg.variable.type ; <%llvm.dbg.variable.type*> [#uses=1] |