mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
llvm-reduce: Remove unused plugin support/requirements
llvm-svn: 371755
This commit is contained in:
parent
ba51045595
commit
70d10faac3
@ -11,7 +11,6 @@
|
||||
|
||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||
; REQUIRES: plugins
|
||||
|
||||
; CHECK: @interesting(i32 %interesting)
|
||||
define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||
; REQUIRES: plugins
|
||||
|
||||
define i32 @uninteresting1() {
|
||||
entry:
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||
; REQUIRES: plugins
|
||||
|
||||
; CHECK: @interesting = global
|
||||
@interesting = global i32 0, align 4
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
|
||||
; REQUIRES: plugins
|
||||
|
||||
@global = global i32 0, !dbg !0
|
||||
|
||||
|
@ -10,9 +10,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
TransformUtils
|
||||
)
|
||||
|
||||
# Support plugins.
|
||||
set(LLVM_NO_DEAD_STRIP 1)
|
||||
|
||||
add_llvm_tool(llvm-reduce
|
||||
llvm-reduce.cpp
|
||||
TestRunner.cpp
|
||||
@ -25,4 +22,3 @@ add_llvm_tool(llvm-reduce
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
export_executable_symbols(llvm-reduce)
|
||||
|
Loading…
Reference in New Issue
Block a user