mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user