summaryrefslogtreecommitdiffstats
path: root/clang/test/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/lit.cfg.py')
-rw-r--r--clang/test/lit.cfg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index 39bdf36afd1..d2f0491821d 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -58,8 +58,6 @@ 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'),
]
OpenPOWER on IntegriCloud