Skip to content

Commit 720b9cb

Browse files
authored
Merge pull request #3199 from apple/jan_svoboda/cherry-pick_1
Cherry-pick "[clang][deps] Substitute clang-scan-deps executable in lit tests"
2 parents 7c934af + 96e5257 commit 720b9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
tools = [
6666
'apinotes-test', 'c-index-test', 'clang-diff', 'clang-format', 'clang-repl',
67-
'clang-tblgen', 'opt', 'llvm-ifs', 'yaml2obj',
67+
'clang-tblgen', 'clang-scan-deps', 'opt', 'llvm-ifs', 'yaml2obj',
6868
ToolSubst('%clang_extdef_map', command=FindTool(
6969
'clang-extdef-mapping'), unresolved='ignore'),
7070
]

0 commit comments

Comments
 (0)