[all-commits] [llvm/llvm-project] 86d362: [utils] New script `check_ninja_deps.py`

Simon Tatham via All-commits all-commits at lists.llvm.org
Tue Jul 14 06:54:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 86d362f48928b1b853f481e1a39fe71c5570a481
      https://github.com/llvm/llvm-project/commit/86d362f48928b1b853f481e1a39fe71c5570a481
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2020-07-14 (Tue, 14 Jul 2020)

  Changed paths:
    A llvm/utils/check_ninja_deps.py

  Log Message:
  -----------
  [utils] New script `check_ninja_deps.py`

Summary:
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, and it seems likely
to be useful again.

Reviewers: thakis, chandlerc, theraven

Reviewed By: thakis

Subscribers: riccibruno, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83032




More information about the All-commits mailing list