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/metadata.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/metadata.ll')
-rw-r--r-- | llvm/test/BugPoint/metadata.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/metadata.ll b/llvm/test/BugPoint/metadata.ll index ac77b9e5a7d..a090bbde1de 100644 --- a/llvm/test/BugPoint/metadata.ll +++ b/llvm/test/BugPoint/metadata.ll @@ -1,4 +1,4 @@ -; REQUIRES: loadable_module +; REQUIRES: plugins ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes -disable-namedmd-remove -disable-strip-debuginfo -disable-strip-debug-types > /dev/null ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s ; |