X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FBugPoint%2Fcrash-narrowfunctiontest.ll;h=d080d9dd4b0cac54d64b4fe42e9853ebddc2c2e2;hb=c25e8d8cea7af83b5538ac0e521366d06c9720d9;hp=aec90f1960a0193be9269bb79330604f87c05cfb;hpb=3cb96268c47ded89e31885bf4dcfe29ee71ab214;p=oota-llvm.git diff --git a/test/BugPoint/crash-narrowfunctiontest.ll b/test/BugPoint/crash-narrowfunctiontest.ll index aec90f1960a..d080d9dd4b0 100644 --- a/test/BugPoint/crash-narrowfunctiontest.ll +++ b/test/BugPoint/crash-narrowfunctiontest.ll @@ -1,7 +1,7 @@ ; Test that bugpoint can narrow down the testcase to the important function -; FIXME: This likely fails on windows ; -; RUN: bugpoint -load %llvmlibsdir/BugpointPasses.so %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null +; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null +; REQUIRES: loadable_module define i32 @foo() { ret i32 1 }