diff options
| author | David Blaikie <dblaikie@gmail.com> | 2019-09-12 18:52:31 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2019-09-12 18:52:31 +0000 |
| commit | 890f17c256e68f1dddece62c238d43cdfdb84a37 (patch) | |
| tree | 58f9159d487493941996837624a2a6924277912a /llvm/test | |
| parent | 0e88ebe11d930a2c8c1433ffbf0e345b0fb7bef7 (diff) | |
| download | bcm5719-llvm-890f17c256e68f1dddece62c238d43cdfdb84a37.tar.gz bcm5719-llvm-890f17c256e68f1dddece62c238d43cdfdb84a37.zip | |
llvm-reduce: Remove unused plugin support/requirements
llvm-svn: 371755
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Reduce/remove-args.ll | 1 | ||||
| -rw-r--r-- | llvm/test/Reduce/remove-funcs.ll | 1 | ||||
| -rw-r--r-- | llvm/test/Reduce/remove-global-vars.ll | 1 | ||||
| -rw-r--r-- | llvm/test/Reduce/remove-metadata.ll | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Reduce/remove-args.ll b/llvm/test/Reduce/remove-args.ll index 6aadeb57d83..6b5332a3460 100644 --- a/llvm/test/Reduce/remove-args.ll +++ b/llvm/test/Reduce/remove-args.ll @@ -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) { diff --git a/llvm/test/Reduce/remove-funcs.ll b/llvm/test/Reduce/remove-funcs.ll index d8b493d819c..d2d380e2bc1 100644 --- a/llvm/test/Reduce/remove-funcs.ll +++ b/llvm/test/Reduce/remove-funcs.ll @@ -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: diff --git a/llvm/test/Reduce/remove-global-vars.ll b/llvm/test/Reduce/remove-global-vars.ll index d9fb997d837..100cf2f35e9 100644 --- a/llvm/test/Reduce/remove-global-vars.ll +++ b/llvm/test/Reduce/remove-global-vars.ll @@ -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 diff --git a/llvm/test/Reduce/remove-metadata.ll b/llvm/test/Reduce/remove-metadata.ll index aef2df0deab..c07c243a100 100644 --- a/llvm/test/Reduce/remove-metadata.ll +++ b/llvm/test/Reduce/remove-metadata.ll @@ -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 |

