forked from OSchip/llvm-project
XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy to fix, and I'd like it to stop masking
real failures. llvm-svn: 73211
This commit is contained in:
parent
32ad5e9c08
commit
225ab16b07
|
@ -1,4 +1,7 @@
|
|||
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
|
||||
; XFAIL: powerpc-*-linux
|
||||
; END.
|
||||
; Failure on PPC Linux is due to PR4293.
|
||||
|
||||
@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue