diff options
Diffstat (limited to 'clang/test/lit.cfg.py')
-rw-r--r-- | clang/test/lit.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py index 88803466b8b..1ffb6d094d7 100644 --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py @@ -62,7 +62,7 @@ tool_dirs = [config.clang_tools_dir, config.llvm_tools_dir] tools = [ 'c-index-test', 'clang-diff', 'clang-format', 'clang-tblgen', 'opt', 'llvm-ifs', - 'scan-build', ToolSubst('%clang_extdef_map', command=FindTool( + ToolSubst('%clang_extdef_map', command=FindTool( 'clang-extdef-mapping'), unresolved='ignore'), ] |