[llvm] [bazel] Add mlir/utils/generate-test-checks.py to bazel overlay (PR #160693)

Tom Murray via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 14 09:52:02 PDT 2025


================
@@ -14126,3 +14127,8 @@ cc_library(
         "//llvm:Support",
     ],
 )
+
+py_binary(
+    name = "generate-test-checks",
+    srcs = ["utils/generate-test-checks.py"],
+)
----------------
TomMurray wrote:

yes of course, done, thankyou!

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


More information about the llvm-commits mailing list