diff --git a/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel b/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel index 68fb04a8f9608..2fa22edf5eb6b 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel +++ b/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel @@ -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", diff --git a/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt b/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt index abc1240aaf007..2f10910741ae9 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt +++ b/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt @@ -54,7 +54,6 @@ iree_cc_library( MLIRTensorDialect MLIRTransformUtils MLIRViewLikeInterface - iree::compiler::Codegen::Common iree::compiler::Dialect::Util::IR iree::compiler::Utils PUBLIC