[all-commits] [llvm/llvm-project] 70ac46: [Bazel] Add lit tests to bazel builds.

Christian Sigg via All-commits all-commits at lists.llvm.org
Wed Sep 14 22:49:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70ac46667613f461e188bddb2090a7bcd53cdf39
      https://github.com/llvm/llvm-project/commit/70ac46667613f461e188bddb2090a7bcd53cdf39
  Author: Christian Sigg <csigg at google.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    A utils/bazel/llvm-project-overlay/llvm/lit_test.bzl
    A utils/bazel/llvm-project-overlay/llvm/utils/lit/tests/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch1/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch2/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch3/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch4/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch5/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Analysis/BUILD.bazel
    M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Conversion/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Dialect/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/IR/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Pass/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Rewrite/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Target/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/Transforms/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/mlir-linalg-ods-gen/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/mlir-lsp-server/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/mlir-opt/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/mlir-pdll/BUILD.bazel
    A utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel

  Log Message:
  -----------
  [Bazel] Add lit tests to bazel builds.

Add BUILD.bazel files for most of the MLIR tests and lit tests itself.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list