[llvm] r210264 - XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well

Ulrich Weigand ulrich.weigand at de.ibm.com
Thu Jun 5 07:20:54 PDT 2014


Author: uweigand
Date: Thu Jun  5 09:20:54 2014
New Revision: 210264

URL: http://llvm.org/viewvc/llvm-project?rev=210264&view=rev
Log:
XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well

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=210264&r1=210263&r2=210264&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/missing-abstract-variable.ll (original)
+++ llvm/trunk/test/DebugInfo/missing-abstract-variable.ll Thu Jun  5 09:20:54 2014
@@ -5,7 +5,7 @@
 ; 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
+; XFAIL: mips, powerpc64, s390x
 
 ; Build from the following source with clang -O2.
 





More information about the llvm-commits mailing list