[PATCH] D83032: [utils] New script `check_ninja_deps.py`
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 04:15:38 PDT 2020
simon_tatham created this revision.
simon_tatham added reviewers: thakis, chandlerc, theraven.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This can be run after a ninja-based build, and analyzes the ninja
build files and dependency database to spot any missing dependencies
in the build scripts.
I wrote it in the course of investigating D82659 <https://reviews.llvm.org/D82659>, and it seems likely
to be useful again.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83032
Files:
llvm/utils/check_ninja_deps.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83032.275046.patch
Type: text/x-patch
Size: 8199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/3e5cadde/attachment.bin>
More information about the llvm-commits
mailing list