[all-commits] [llvm/llvm-project] 3f2c1e: [Bazel] Swap stray td_srcs to deps

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Fri Jul 23 15:07:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f2c1e99e44d028d5e9dd685f3c568f2661f2f68
      https://github.com/llvm/llvm-project/commit/3f2c1e99e44d028d5e9dd685f3c568f2661f2f68
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

  Log Message:
  -----------
  [Bazel] Swap stray td_srcs to deps

This is the last instance of td_srcs in MLIR core build files. `deps` is
generally preferred. There are still some cases where `td_srcs` is
useful where creating a td_library would just be another layer of
indirection, so not (yet) dropping it entirely.

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




More information about the All-commits mailing list