Use %shlibext instead of .so

llvm-svn: 110529
This commit is contained in:
Rafael Espindola 2010-08-08 00:55:59 +00:00
parent 48fc63ad76
commit 4a4e535d24
2 changed files with 2 additions and 2 deletions

View 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.so %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
define i32 @foo() { ret i32 1 }

View File

@ -1,5 +1,5 @@
; FIXME: This likely fails on windows
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses.so %s -output-prefix %t -bugpoint-crashcalls -silence-passes
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
; Test to make sure that arguments are removed from the function if they are