forked from OSchip/llvm-project
Un-XFAIL this on ppc. My enabling of dbg_declare handling
in ISel fixed it. llvm-svn: 102404
This commit is contained in:
parent
b310259060
commit
022e7b900f
|
@ -2,7 +2,6 @@
|
|||
; RUN: grep "External Name" %t | grep -v X
|
||||
; RUN: grep "External Name" %t | grep Y | count 1
|
||||
; Test to check type with no defintion is listed in pubtypes section.
|
||||
; XFAIL: powerpc
|
||||
%struct.X = type opaque
|
||||
%struct.Y = type { i32 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue