diff options
Diffstat (limited to 'llvm/test/lit.cfg')
-rw-r--r-- | llvm/test/lit.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 929871a1d22..b4aec5a50ab 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -144,6 +144,9 @@ bindings = set(site_exp['llvm_bindings'].split(',')) def llvm_supports_binding(name): return name in bindings +config.conditions["TARGET"] = llvm_supports_target +config.conditions["BINDING"] = llvm_supports_binding + # Provide on_clone hook for reading 'dg.exp'. import os simpleLibData = re.compile(r"""load_lib llvm.exp |