diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-06-11 23:43:02 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-06-11 23:43:02 +0000 |
commit | 225ab16b07e6131791977e33acceda38bb3325ae (patch) | |
tree | dd526ed534c38558f9adc873ec83c3285fc6e273 /llvm/test/BugPoint | |
parent | 32ad5e9c083e1aed26534011408aa1a1b8371921 (diff) | |
download | bcm5719-llvm-225ab16b07e6131791977e33acceda38bb3325ae.tar.gz bcm5719-llvm-225ab16b07e6131791977e33acceda38bb3325ae.zip |
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
Diffstat (limited to 'llvm/test/BugPoint')
-rw-r--r-- | llvm/test/BugPoint/misopt-basictest.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll index 11cc2ae7995..0f3e2189ecb 100644 --- a/llvm/test/BugPoint/misopt-basictest.ll +++ b/llvm/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] |