X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FBugPoint%2Fcrash-narrowfunctiontest.ll;h=d080d9dd4b0cac54d64b4fe42e9853ebddc2c2e2;hb=da3446099d8e17d75f36fc78c88db1646469ddaf;hp=ef0db8d980b61967f99553df6fe0c348b23339f6;hpb=660c4f9fac73b5ae7865e1d0adbbc99a62bef31a;p=oota-llvm.git diff --git a/test/BugPoint/crash-narrowfunctiontest.ll b/test/BugPoint/crash-narrowfunctiontest.ll index ef0db8d980b..d080d9dd4b0 100644 --- a/test/BugPoint/crash-narrowfunctiontest.ll +++ b/test/BugPoint/crash-narrowfunctiontest.ll @@ -1,6 +1,7 @@ ; Test that bugpoint can narrow down the testcase to the important function ; -; RUN: bugpoint %s -bugpoint-crashcalls +; 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 }