Skip to content

Commit

Permalink
[mlir] Fix build files
Browse files Browse the repository at this point in the history
This should have been part of D147039.
  • Loading branch information
matthias-springer committed Mar 29, 2023
1 parent 5d9e858 commit 24a6cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mlir/lib/Dialect/Tensor/TransformOps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ add_mlir_dialect_library(MLIRTensorTransformOps

LINK_LIBS PUBLIC
MLIRIR
MLIRPDLDialect
MLIRTensorDialect
MLIRTransformDialect
)
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5674,6 +5674,7 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":PDLDialect",
":TensorDialect",
":TransformDialect",
"//llvm:Support",
Expand Down

0 comments on commit 24a6cf0

Please sign in to comment.