mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Move the bugpoint test passes to a plugin in preparation for having bugpoint
use opt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fff0f11989
commit
3cb96268c4
@ -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 }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
||||
; FIXME: This likely fails on windows
|
||||
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses.so %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
|
||||
|
@ -20,7 +20,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
|
||||
llc llvm-ranlib llvm-ar llvm-nm \
|
||||
llvm-ld llvm-prof llvm-link \
|
||||
lli llvm-extract llvm-mc \
|
||||
bugpoint llvm-bcanalyzer llvm-stub \
|
||||
bugpoint bugpoint-passes llvm-bcanalyzer llvm-stub \
|
||||
llvmc
|
||||
|
||||
# Let users override the set of tools to build from the command line.
|
||||
|
Loading…
x
Reference in New Issue
Block a user