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/Feature/load_module.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/Feature/load_module.ll')
-rw-r--r-- | llvm/test/Feature/load_module.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll index 14c1153fa56..fa76c99883b 100644 --- a/llvm/test/Feature/load_module.ll +++ b/llvm/test/Feature/load_module.ll @@ -1,7 +1,7 @@ ; PR1318 ; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \ ; RUN: -disable-output 2>&1 | grep Hello -; REQUIRES: loadable_module +; REQUIRES: plugins ; FIXME: On Cygming, it might fail without building LLVMHello manually. @junk = global i32 0 |