XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inline...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Jun 2014 17:05:23 +0000 (17:05 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Jun 2014 17:05:23 +0000 (17:05 +0000)
llvm-svn: 210200

llvm/test/DebugInfo/missing-abstract-variable.ll

index 5718a5b..d2bfae0 100644 (file)
@@ -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