[mlir] fix bazel build breakage
authorAart Bik <ajcbik@google.com>
Mon, 3 Oct 2022 21:34:14 +0000 (14:34 -0700)
committerAart Bik <ajcbik@google.com>
Mon, 3 Oct 2022 21:39:27 +0000 (14:39 -0700)
Reviewed By: Peiming

Differential Revision: https://reviews.llvm.org/D135105

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

index 3fffd05..13f5f5a 100644 (file)
@@ -9543,7 +9543,10 @@ cc_library(
 cc_library(
     name = "MlirReduceLib",
     srcs = ["lib/Tools/mlir-reduce/MlirReduceMain.cpp"],
-    hdrs = ["include/mlir/Tools/mlir-reduce/MlirReduceMain.h"],
+    hdrs = [
+      "include/mlir/Tools/mlir-reduce/MlirReduceMain.h",
+      "include/mlir/Tools/ParseUtilties.h",
+    ],
     includes = ["include"],
     deps = [
         ":IR",