summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-06-11 23:43:02 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-06-11 23:43:02 +0000
commit0b389b54c9b6f1001743b3323df44dfc2f240f4b (patch)
treea984500bc32ed935544a877daf91036a2c042915 /test/BugPoint
parent7161cb1dad4b9aa4663a990dee6b88d4eb65902f (diff)
downloadllvm-0b389b54c9b6f1001743b3323df44dfc2f240f4b.tar.gz
llvm-0b389b54c9b6f1001743b3323df44dfc2f240f4b.tar.bz2
llvm-0b389b54c9b6f1001743b3323df44dfc2f240f4b.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index 11cc2ae799..0f3e2189ec 100644
--- a/test/BugPoint/misopt-basictest.ll
+++ b/test/BugPoint/misopt-basictest.ll
@@ -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]