[PATCH] D134301: [MLIR] Update bazel build files after 242d558658cd5a480b02883e2982d7246342e0d0

Frederik Gossen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 12:20:37 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e50d6641944: [MLIR] Update bazel build files after 242d558658cd5a480b02883e2982d7246342e0d0 (authored by frgossen).

Changed prior to commit:
  https://reviews.llvm.org/D134301?vs=461653&id=461658#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134301/new/

https://reviews.llvm.org/D134301

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
  utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -619,6 +619,23 @@
     ],
 )
 
+cc_library(
+    name = "TestArithmetic",
+    srcs = glob(["lib/Dialect/Arithmetic/*.cpp"]),
+    defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
+    includes = ["lib/Dialect/Test"],
+    deps = [
+        "//mlir:ArithmeticDialect",
+        "//mlir:ArithmeticTransforms",
+        "//mlir:FuncDialect",
+        "//mlir:LLVMDialect",
+        "//mlir:MathDialect",
+        "//mlir:Pass",
+        "//mlir:Transforms",
+        "//mlir:VectorDialect",
+    ],
+)
+
 cc_library(
     name = "TestShapeDialect",
     srcs = [
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6421,6 +6421,7 @@
         "//llvm:Support",
         "//mlir/test:TestAffine",
         "//mlir/test:TestAnalysis",
+        "//mlir/test:TestArithmetic",
         "//mlir/test:TestDLTI",
         "//mlir/test:TestDialect",
         "//mlir/test:TestFunc",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134301.461658.patch
Type: text/x-patch
Size: 1303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/6f8de496/attachment.bin>


More information about the llvm-commits mailing list