Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Boian Petkantchin <[email protected]>
  • Loading branch information
sogartar committed Oct 2, 2024
1 parent 865a8bd commit 5a294e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/iree/compiler/ConstEval/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ iree_compiler_cc_library(
"@llvm-project//mlir:FunctionInterfaces",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:Pass",
"@llvm-project//mlir:TransformUtils",
],
)

Expand Down
1 change: 1 addition & 0 deletions compiler/src/iree/compiler/ConstEval/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ iree_cc_library(
MLIRFunctionInterfaces
MLIRIR
MLIRPass
MLIRTransformUtils
iree::compiler::Dialect::Flow::IR
iree::compiler::Dialect::HAL::Target
iree::compiler::Dialect::Stream::IR
Expand Down

0 comments on commit 5a294e4

Please sign in to comment.