forked from OSchip/llvm-project
Remove target triple from this test, it fails on x86-64 with
--enable-targets=host-only otherwise. llvm-svn: 80000
This commit is contained in:
parent
797cf62703
commit
973bb97977
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue