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 | 3e242f86ebe6105ceb855d6640d2c49ca7c7ded2 (patch) | |
tree | ae1d45e7cd659b1362c1ce0587350122bab5592d /test/BugPoint | |
parent | c8ef750605385b3704c0e310b91a0e042cac5781 (diff) |
XFAIL this on mingw, following remove_arguments_test.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/metadata.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/BugPoint/metadata.ll b/test/BugPoint/metadata.ll index a78007881f..f2541ee3f9 100644 --- a/test/BugPoint/metadata.ll +++ b/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. |