Skip to content

Commit 29ba7f6

Browse files
committed
Un-XFAIL a test after the bugfix in r317702.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317708 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 8e0d3d4 commit 29ba7f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/DebugInfo/Generic/missing-abstract-variable.ll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
44

5-
; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
6-
; mips and powerpc64 (and on x86_64 at at least -O2). Presumably this is a
7-
; SelectionDAG issue (do mips/powerpc64 use FastISel?).
8-
; XFAIL: mips, powerpc64, s390x, sparc
9-
105
; Build from the following source with clang -O2.
116

127
; The important details are that 'x's abstract definition is first built during

0 commit comments

Comments
 (0)