Skip to content

Commit d7d0b17

Browse files
committed
Revert "[DebugInfo] Re-engineer a test to be stricter, add XFails"
This reverts commit e05c103. See parent commit, there's a bot which isn't captured in the XFail list, reverting til I work out what it is.
1 parent 2ae580a commit d7d0b17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
22

3-
; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
4-
; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
5-
; issue.
6-
; XFAIL: powerpc64
7-
83
; Build from the following source with clang -O2.
94

105
; The important details are that 'x's abstract definition is first built during
@@ -83,7 +78,6 @@
8378
; fastisel succeeds).
8479
; CHECK: DW_TAG_formal_parameter
8580
; CHECK-NOT: DW_TAG
86-
; CHECK: DW_AT_location
8781
; CHECK: DW_AT_abstract_origin {{.*}} "b"
8882

8983
; CHECK-NOT: {{DW_TAG|NULL}}

0 commit comments

Comments
 (0)