Blame SOURCES/lit.lld-test.cfg.py

cac39b
#Clear lld_tools_dir so we don't accidently pick up tools from somewhere else
cac39b
config.lld_tools_dir = ""
cac39b
cac39b
if hasattr(config, 'have_zlib'):
cac39b
    # Regression tests write output to this directory, so we need to be able to specify
cac39b
    # a temp directory when invoking lit. e.g. lit -Dlld_obj_root=/tmp/lit
cac39b
    config.lld_obj_root = "%(lld_obj_root)s" % lit_config.params
cac39b
    lit_config.load_config(config, '%(lld_test_root)s/lit.cfg.py' % lit_config.params)
cac39b
else:
cac39b
    # For unit tests, llvm_obj_root is used to find the unit test binaries.
cac39b
    config.lld_obj_root = '%(lld_unittest_bindir)s' % lit_config.params
cac39b
    lit_config.load_config(config, '%(lld_test_root)s/Unit/lit.cfg.py' % lit_config.params)