[llvm-commits] [llvm] r80000 - /llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll

Torok Edwin edwintorok at gmail.com
Tue Aug 25 09:53:15 PDT 2009


Author: edwin
Date: Tue Aug 25 11:53:15 2009
New Revision: 80000

URL: http://llvm.org/viewvc/llvm-project?rev=80000&view=rev
Log:
Remove target triple from this test, it fails on x86-64 with
--enable-targets=host-only otherwise.

Modified:
    llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll

Modified: llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll?rev=80000&r1=79999&r2=80000&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-15-dbg_declare.ll Tue Aug 25 11:53:15 2009
@@ -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]
 





More information about the llvm-commits mailing list