[llvm] r210200 - XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inlined parameter that goes missing.
David Blaikie
dblaikie at gmail.com
Wed Jun 4 10:05:23 PDT 2014
Author: dblaikie
Date: Wed Jun 4 12:05:23 2014
New Revision: 210200
URL: http://llvm.org/viewvc/llvm-project?rev=210200&view=rev
Log:
XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inlined parameter that goes missing.
Modified:
llvm/trunk/test/DebugInfo/missing-abstract-variable.ll
Modified: llvm/trunk/test/DebugInfo/missing-abstract-variable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/missing-abstract-variable.ll?rev=210200&r1=210199&r2=210200&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/missing-abstract-variable.ll (original)
+++ llvm/trunk/test/DebugInfo/missing-abstract-variable.ll Wed Jun 4 12:05:23 2014
@@ -2,6 +2,11 @@
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=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
+
; 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