diff options
author | Petr Hosek <phosek@chromium.org> | 2019-05-17 06:41:04 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2019-05-17 06:41:04 +0000 |
commit | 61ed46c737a83da4d7d69e9c48cbe8629319ff64 (patch) | |
tree | a12d0a3608b4b34cc2002f591fd833025c566b02 /llvm/test/BugPoint/remove_arguments_test.ll | |
parent | ae1597d360d06214ff71814b5837565d42229265 (diff) | |
download | bcm5719-llvm-61ed46c737a83da4d7d69e9c48cbe8629319ff64.tar.gz bcm5719-llvm-61ed46c737a83da4d7d69e9c48cbe8629319ff64.zip |
[Bugpoint] Only run plugins tests if plugins are enabled
This is a followup to r360991 which applies the same logic to LLVM.
Differential Revision: https://reviews.llvm.org/D62050
llvm-svn: 360993
Diffstat (limited to 'llvm/test/BugPoint/remove_arguments_test.ll')
-rw-r--r-- | llvm/test/BugPoint/remove_arguments_test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index 72be4fe5593..904c91788ce 100644 --- a/llvm/test/BugPoint/remove_arguments_test.ll +++ b/llvm/test/BugPoint/remove_arguments_test.ll @@ -1,6 +1,6 @@ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s -; REQUIRES: loadable_module +; REQUIRES: plugins ; Test to make sure that arguments are removed from the function if they are ; unnecessary. And clean up any types that frees up too. |