From 61ed46c737a83da4d7d69e9c48cbe8629319ff64 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Fri, 17 May 2019 06:41:04 +0000 Subject: [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 --- llvm/test/BugPoint/remove_arguments_test.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/BugPoint/remove_arguments_test.ll') 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. -- cgit v1.2.3