[all-commits] [llvm/llvm-project] a191fc: [gn build] Remove unused tablegen.gni imports

Nico Weber via All-commits all-commits at lists.llvm.org
Fri Oct 14 12:04:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a191fc8fc6d51e682e6ac0544a0f2a25286b22e4
      https://github.com/llvm/llvm-project/commit/a191fc8fc6d51e682e6ac0544a0f2a25286b22e4
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M llvm/utils/gn/secondary/llvm/lib/Frontend/OpenACC/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Frontend/OpenMP/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn

  Log Message:
  -----------
  [gn build] Remove unused tablegen.gni imports

Found via

    for f in $(rg -l tablegen.gni llvm/utils/gn); do
        if ! rg -q 'tablegen\(' $f; then
            echo $f
        fi
    done

after seeing it randomly in one of the files.




More information about the All-commits mailing list