From 3e242f86ebe6105ceb855d6640d2c49ca7c7ded2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 24 Aug 2010 20:54:50 +0000 Subject: [PATCH] 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 --- test/BugPoint/metadata.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/BugPoint/metadata.ll b/test/BugPoint/metadata.ll index a78007881f7..f2541ee3f9a 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. -- 2.34.1