Skip to content
  • Petr Hosek's avatar
    [Analysis] Only run plugins tests if plugins are actually enabled · b7804ef3
    Petr Hosek authored
    When plugins aren't enabled, don't try to run plugins tests. Don't
    enable plugins unconditionally based on the platform, instead check
    if LLVM shared library is actually being built which may not be the
    case for every host configuration, even if the host itself supports
    plugins.
    
    This addresses test failures introduced by r360891/D59464.
    
    Differential Revision: https://reviews.llvm.org/D62050
    
    llvm-svn: 360991
    b7804ef3
Loading