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 8e0d3d4 commit 29ba7f6Copy full SHA for 29ba7f6
test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -2,11 +2,6 @@
2
3
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
4
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
-
10
; Build from the following source with clang -O2.
11
12
; The important details are that 'x's abstract definition is first built during
0 commit comments