aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/BugPoint/crash-narrowfunctiontest.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-08-07 21:48:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-08-07 21:48:09 +0000
commit92a4a833f9c919620891d1b7a203f57481528c4c (patch)
tree6c7430a9f9b55fcd968320eb3716c400c71806f9 /llvm/test/BugPoint/crash-narrowfunctiontest.ll
parentf58ff32c1641394f5872ca885707444f2f452ba5 (diff)
downloadllvm-92a4a833f9c919620891d1b7a203f57481528c4c.zip
llvm-92a4a833f9c919620891d1b7a203f57481528c4c.tar.gz
llvm-92a4a833f9c919620891d1b7a203f57481528c4c.tar.bz2
Move the bugpoint test passes to a plugin in preparation for having bugpoint
use opt. llvm-svn: 110520
Diffstat (limited to 'llvm/test/BugPoint/crash-narrowfunctiontest.ll')
-rw-r--r--llvm/test/BugPoint/crash-narrowfunctiontest.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/crash-narrowfunctiontest.ll b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
index 6ad09d2..aec90f1 100644
--- a/llvm/test/BugPoint/crash-narrowfunctiontest.ll
+++ b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
@@ -1,6 +1,7 @@
; Test that bugpoint can narrow down the testcase to the important function
+; FIXME: This likely fails on windows
;
-; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
+; RUN: bugpoint -load %llvmlibsdir/BugpointPasses.so %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
define i32 @foo() { ret i32 1 }