diff options
Diffstat (limited to 'clang/test/lit.cfg.py')
-rw-r--r-- | clang/test/lit.cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py index d2f0491821d..39bdf36afd1 100644 --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py @@ -58,6 +58,8 @@ tool_dirs = [config.clang_tools_dir, config.llvm_tools_dir] tools = [ 'c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt', + ToolSubst('%test_debuginfo', command=os.path.join( + config.llvm_src_root, 'utils', 'test_debuginfo.pl')), ToolSubst('%clang_func_map', command=FindTool( 'clang-func-mapping'), unresolved='ignore'), ] |