mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-03 14:21:30 +00:00
Use %shlibext instead of .so
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
; Test that bugpoint can narrow down the testcase to the important function
|
; Test that bugpoint can narrow down the testcase to the important function
|
||||||
; FIXME: This likely fails on windows
|
; 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 }
|
define i32 @foo() { ret i32 1 }
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
; FIXME: This likely fails on windows
|
; 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
|
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
||||||
|
|
||||||
; Test to make sure that arguments are removed from the function if they are
|
; Test to make sure that arguments are removed from the function if they are
|
||||||
|
|||||||
Reference in New Issue
Block a user