diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-08-25 16:53:15 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-08-25 16:53:15 +0000 |
commit | 973bb979771542cd211cd483b9b1e0ea6a5ba66a (patch) | |
tree | 182b598969803ce91508685257ed8d5ec3476d0f /llvm | |
parent | 797cf62703f1e085953475f9a6af53ebc6ba7eb9 (diff) | |
download | bcm5719-llvm-973bb979771542cd211cd483b9b1e0ea6a5ba66a.tar.gz bcm5719-llvm-973bb979771542cd211cd483b9b1e0ea6a5ba66a.zip |
Remove target triple from this test, it fails on x86-64 with
--enable-targets=host-only otherwise.
llvm-svn: 80000
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/DebugInfo/2009-01-15-dbg_declare.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2009-01-15-dbg_declare.ll b/llvm/test/DebugInfo/2009-01-15-dbg_declare.ll index c3622165000..efd48c97695 100644 --- a/llvm/test/DebugInfo/2009-01-15-dbg_declare.ll +++ b/llvm/test/DebugInfo/2009-01-15-dbg_declare.ll @@ -2,7 +2,6 @@ ; RUN: llvm-as < %s | llc -o /dev/null ; XFAIL: 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] |