Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.
[oota-llvm.git] / test / BugPoint / crash-narrowfunctiontest.ll
index 19fdab4ecd65cc18465516db2123fa596fc708e8..d080d9dd4b0cac54d64b4fe42e9853ebddc2c2e2 100644 (file)
@@ -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%shlibext %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 }