1from lit.llvm import llvm_config2 3if llvm_config.use_lld(required=False):4 config.available_features.add("lld")5