From: Aart Bik Date: Mon, 3 Oct 2022 21:34:14 +0000 (-0700) Subject: [mlir] fix bazel build breakage X-Git-Tag: upstream/17.0.6~31724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdadb5c146960c526f247c829a360f3dae825d8a;p=platform%2Fupstream%2Fllvm.git [mlir] fix bazel build breakage Reviewed By: Peiming Differential Revision: https://reviews.llvm.org/D135105 --- diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 3fffd05..13f5f5a 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -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",