diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-24 20:54:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-24 20:54:50 +0000 |
commit | c1a8958f76e75d71edb8df56374a52835c3727db (patch) | |
tree | 35e9625708eb76653b7539c0a3eb4c32ce3b78fa /llvm/test | |
parent | 9c194e3e75e025cbde7cca4747f45a89e17147da (diff) | |
download | bcm5719-llvm-c1a8958f76e75d71edb8df56374a52835c3727db.tar.gz bcm5719-llvm-c1a8958f76e75d71edb8df56374a52835c3727db.zip |
XFAIL this on mingw, following remove_arguments_test.ll.
llvm-svn: 111962
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/BugPoint/metadata.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/BugPoint/metadata.ll b/llvm/test/BugPoint/metadata.ll index a78007881f7..f2541ee3f9a 100644 --- a/llvm/test/BugPoint/metadata.ll +++ b/llvm/test/BugPoint/metadata.ll @@ -1,5 +1,6 @@ ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s +; XFAIL: mingw ; Bugpoint should keep the call's metadata attached to the call. |