[llvm] d7d0b17 - Revert "[DebugInfo] Re-engineer a test to be stricter, add XFails"
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 02:03:11 PST 2021
Author: Jeremy Morse
Date: 2021-02-09T10:02:10Z
New Revision: d7d0b17de77ee14efeb920e543f7ed0b783182d2
URL: https://github.com/llvm/llvm-project/commit/d7d0b17de77ee14efeb920e543f7ed0b783182d2
DIFF: https://github.com/llvm/llvm-project/commit/d7d0b17de77ee14efeb920e543f7ed0b783182d2.diff
LOG: Revert "[DebugInfo] Re-engineer a test to be stricter, add XFails"
This reverts commit e05c10380ce7c18d1a232dcc5baa7c10d8bd2bf6.
See parent commit, there's a bot which isn't captured in the XFail list,
reverting til I work out what it is.
Added:
Modified:
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
index a7742aef1f49..0cdfe0b7728d 100644
--- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -1,10 +1,5 @@
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
-; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
-; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
-; issue.
-; XFAIL: powerpc64
-
; Build from the following source with clang -O2.
; The important details are that 'x's abstract definition is first built during
@@ -83,7 +78,6 @@
; fastisel succeeds).
; CHECK: DW_TAG_formal_parameter
; CHECK-NOT: DW_TAG
-; CHECK: DW_AT_location
; CHECK: DW_AT_abstract_origin {{.*}} "b"
; CHECK-NOT: {{DW_TAG|NULL}}
More information about the llvm-commits
mailing list