diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-13 23:47:58 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-13 23:47:58 +0000 |
commit | bb23973934ddbcce3a74647bc70afc12862ed29e (patch) | |
tree | bbbd21bfb64b335bd5fbe40f7d563543f9bb8420 /test/DebugInfo | |
parent | 011e4db845b5c4166142338c77adc8ac03e5e041 (diff) | |
download | external_llvm-bb23973934ddbcce3a74647bc70afc12862ed29e.zip external_llvm-bb23973934ddbcce3a74647bc70afc12862ed29e.tar.gz external_llvm-bb23973934ddbcce3a74647bc70afc12862ed29e.tar.bz2 |
Mark this test as requiring the powerpc target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-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 3f78d0d..f5779a1 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] |