1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Un-XFAIL a test after the bugfix in r317702.

llvm-svn: 317708
This commit is contained in:
Adrian Prantl 2017-11-08 19:18:20 +00:00
parent f1ee202e98
commit cfc2737bc2

View File

@ -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