[PATCH] D151499: [MLIR] Reformat the Bazel build

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 27 13:01:11 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG35d7fa45bd3e: [MLIR] Reformat the Bazel build (authored by burmako, committed by aartbik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151499

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


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
@@ -33,8 +33,8 @@
     name = "mlir_config_h_gen",
     out = "include/mlir/Config/mlir-config.h",
     substitutions = {
-        "#cmakedefine01 MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS": "#define MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS 0"
-        },
+        "#cmakedefine01 MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS": "#define MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS 0",
+    },
     template = "include/mlir/Config/mlir-config.h.cmake",
 )
 
@@ -6078,7 +6078,6 @@
     ),
     includes = ["include"],
     deps = [
-        ":config",
         ":ControlFlowInterfaces",
         ":IR",
         ":LoopLikeInterface",
@@ -6087,6 +6086,7 @@
         ":SideEffectInterfaces",
         ":Support",
         ":TransformsPassIncGen",
+        ":config",
         "//llvm:Support",
     ],
 )
@@ -10075,11 +10075,11 @@
         ":IR",
         ":PDLDialect",
         ":PDLInterpDialect",
+        ":Rewrite",
         ":SideEffectInterfaces",
         ":Support",
         ":TransformDialect",
         ":TransformPDLExtensionOpsIncGen",
-        ":Rewrite",
         "//llvm:Support",
     ],
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151499.526285.patch
Type: text/x-patch
Size: 1331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230527/f759b4bf/attachment.bin>


More information about the llvm-commits mailing list