Skip to content

Commit

Permalink
remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lialan committed Jan 10, 2025
1 parent ee09586 commit a6f4a4c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ iree_compiler_cc_library(
],
deps = [
":Utils",
"//compiler/src/iree/compiler/Codegen/Common",
"//compiler/src/iree/compiler/Dialect/HAL/Analysis",
"//compiler/src/iree/compiler/Dialect/HAL/Conversion",
"//compiler/src/iree/compiler/Dialect/HAL/IR",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ iree_cc_library(
MLIRSCFDialect
MLIRTransformUtils
MLIRTransforms
iree::compiler::Codegen::Common
iree::compiler::Dialect::HAL::Analysis
iree::compiler::Dialect::HAL::Conversion
iree::compiler::Dialect::HAL::IR
Expand Down
1 change: 0 additions & 1 deletion compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ iree_compiler_cc_library(
":StreamInterfacesGen",
":StreamOpsGen",
":StreamTypesGen",
"//compiler/src/iree/compiler/Codegen/Common",
"//compiler/src/iree/compiler/Dialect/Util/IR",
"//compiler/src/iree/compiler/Utils",
"@llvm-project//llvm:Support",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ iree_cc_library(
MLIRTensorDialect
MLIRTransformUtils
MLIRViewLikeInterface
iree::compiler::Codegen::Common
iree::compiler::Dialect::Util::IR
iree::compiler::Utils
PUBLIC
Expand Down

0 comments on commit a6f4a4c

Please sign in to comment.