[llvm] [mlir][bazel]: Add FuncUtil rule in bazel files (PR #145463)

Aviad Cohen via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 23 23:34:56 PDT 2025


================
@@ -4483,6 +4483,24 @@ cc_library(
     ],
 )
 
+cc_library(
+    name = "FuncUtils",
+    srcs = glob(
+        include = ["lib/Dialect/Func/Utils/Utils.cpp"],
----------------
AviadCo wrote:

Ack.

https://github.com/llvm/llvm-project/pull/145463


More information about the llvm-commits mailing list