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

Amir Bishara via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 23 23:11:20 PDT 2025


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

Please remove the glob you only provide one file, Or make sure to add `*.cpp` to make sure additional util files will compile fine without introducing additional changes in this file.

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


More information about the llvm-commits mailing list