Skip to content

Commit b17ea2f

Browse files
committed
linting 2
1 parent afba840 commit b17ea2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ iree_compiler_cc_library(
2222
],
2323
deps = [
2424
":Utils",
25-
"//compiler/Codegen/Common",
2625
"//compiler/src/iree/compiler/Dialect/HAL/Analysis",
2726
"//compiler/src/iree/compiler/Dialect/HAL/Conversion",
2827
"//compiler/src/iree/compiler/Dialect/HAL/IR",

compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ iree_cc_library(
2828
MLIRSCFDialect
2929
MLIRTransformUtils
3030
MLIRTransforms
31-
iree::compiler::Codegen::Common::::compiler::src::iree::compiler::Dialect::HAL::Analysis
31+
iree::compiler::Codegen::Common
32+
iree::compiler::Dialect::HAL::Analysis
3233
iree::compiler::Dialect::HAL::Conversion
3334
iree::compiler::Dialect::HAL::IR
3435
iree::compiler::Dialect::HAL::IR::HALDialect

0 commit comments

Comments
 (0)