[all-commits] [llvm/llvm-project] 2af69c: [mlir][NFC] Rename Bazel target aliases and consol...

Jeff Niu via All-commits all-commits at lists.llvm.org
Thu Jun 9 16:58:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2af69c6751fd836012e7d4b1fed8aa52571691cc
      https://github.com/llvm/llvm-project/commit/2af69c6751fd836012e7d4b1fed8aa52571691cc
  Author: Mogball <jeffniu22 at gmail.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

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

  Log Message:
  -----------
  [mlir][NFC] Rename Bazel target aliases and consolidate targets

This patch completes outstanding TODOs of removing aliases bazel target names.
This patch also renames and cosolidates some bazel targets to be more in line
with their CMake counterparts, e.g. combining `:LinalgOps` and `:LinalgInterfaces`
into `:LinalgDialect`.

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




More information about the All-commits mailing list