From b157e70a681401893b3b78fe3ec5329c425bf7dd Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Tue, 25 Aug 2009 16:53:15 +0000 Subject: [PATCH] Remove target triple from this test, it fails on x86-64 with --enable-targets=host-only otherwise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80000 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/2009-01-15-dbg_declare.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/DebugInfo/2009-01-15-dbg_declare.ll b/test/DebugInfo/2009-01-15-dbg_declare.ll index c3622165000..efd48c97695 100644 --- a/test/DebugInfo/2009-01-15-dbg_declare.ll +++ b/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] -- 2.34.1