diff options
Diffstat (limited to 'debuginfo-tests/lit.cfg.py')
-rw-r--r-- | debuginfo-tests/lit.cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/lit.cfg.py b/debuginfo-tests/lit.cfg.py index f5a96c69c4d..837c930ac7f 100644 --- a/debuginfo-tests/lit.cfg.py +++ b/debuginfo-tests/lit.cfg.py @@ -44,6 +44,8 @@ llvm_config.use_default_substitutions() tools = [ ToolSubst('%test_debuginfo', command=os.path.join( config.debuginfo_tests_src_root, 'llgdb-tests', 'test_debuginfo.pl')), + ToolSubst("%llvm_src_root", config.llvm_src_root), + ToolSubst("%llvm_tools_dir", config.llvm_tools_dir), ] def get_required_attr(config, attr_name): |