[llvm] r317708 - Un-XFAIL a test after the bugfix in r317702.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 11:18:20 PST 2017


Author: adrian
Date: Wed Nov  8 11:18:20 2017
New Revision: 317708

URL: http://llvm.org/viewvc/llvm-project?rev=317708&view=rev
Log:
Un-XFAIL a test after the bugfix in r317702.

Modified:
    llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll

Modified: llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll?rev=317708&r1=317707&r2=317708&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll Wed Nov  8 11:18:20 2017
@@ -2,11 +2,6 @@
 
 ; 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
-; mips and powerpc64 (and on x86_64 at at least -O2). Presumably this is a
-; SelectionDAG issue (do mips/powerpc64 use FastISel?).
-; XFAIL: mips, powerpc64, s390x, sparc
-
 ; Build from the following source with clang -O2.
 
 ; The important details are that 'x's abstract definition is first built during




More information about the llvm-commits mailing list