Skip to content

Commit

Permalink
[mlir] Fix bazel build for https://reviews.llvm.org/D139187.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshyshkov committed Dec 14, 2022
1 parent e20cc31 commit 07335f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -3673,7 +3673,7 @@ cc_library(
"include/mlir/Dialect/LLVMIR/ROCDL*.h",
"include/mlir/Dialect/LLVMIR/*X86Vector*.h",
],
),
) + ["include/mlir/Transforms/InliningUtils.h"],
includes = ["include"],
deps = [
":CallOpInterfaces",
Expand Down

0 comments on commit 07335f9

Please sign in to comment.