We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae580a commit d7d0b17Copy full SHA for d7d0b17
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -1,10 +1,5 @@
1
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
2
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
-
8
; Build from the following source with clang -O2.
9
10
; The important details are that 'x's abstract definition is first built during
@@ -83,7 +78,6 @@
83
78
; fastisel succeeds).
84
79
; CHECK: DW_TAG_formal_parameter
85
80
; CHECK-NOT: DW_TAG
86
-; CHECK: DW_AT_location
87
81
; CHECK: DW_AT_abstract_origin {{.*}} "b"
88
82
89
; CHECK-NOT: {{DW_TAG|NULL}}
0 commit comments