From 6468ea1219313dc99cdf8ddbcdab77c2dfe44f24 Mon Sep 17 00:00:00 2001 From: Alan Li Date: Fri, 10 Jan 2025 03:05:01 +0000 Subject: [PATCH] remove deps --- compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel | 1 - compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) 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