Skip to content

Commit 5cf0106

Browse files
authored
Arm backend: add passes buck dep for #8593
Differential Revision: D70003345 Pull Request resolved: #8625
1 parent f72c187 commit 5cf0106

File tree

1 file changed

+2
-1
lines changed
  • backends/arm/operator_support

1 file changed

+2
-1
lines changed

backends/arm/operator_support/TARGETS

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ python_library(
55
srcs = glob(["*.py"]),
66
typing = True,
77
deps = [
8+
"//executorch/backends/arm/_passes:passes",
9+
"//executorch/backends/arm:tosa_specification",
810
"//executorch/backends/xnnpack/_passes:xnnpack_passes",
911
"//executorch/exir:lib",
10-
"//executorch/backends/arm:tosa_specification"
1112
],
1213
)

0 commit comments

Comments
 (0)