Skip to content

Commit d0848ca

Browse files
authored
Forward fix #10851 for arm backend
Differential Revision: D74857349 Pull Request resolved: #10943
1 parent d0464f8 commit d0848ca

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

backends/arm/test/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ python_library(
4545
"//executorch/backends/arm/quantizer:lib",
4646
"//executorch/backends/arm:tosa_mapping",
4747
"//executorch/devtools/backend_debug:delegation_info",
48+
"//executorch/exir/backend:operator_support",
4849
"fbsource//third-party/pypi/tabulate:tabulate",
4950
]
5051
)

exir/backend/TARGETS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ runtime.python_library(
4242
],
4343
)
4444

45+
runtime.python_library(
46+
name = "operator_support",
47+
srcs = [
48+
"operator_support.py",
49+
],
50+
visibility = [
51+
"//executorch/...",
52+
"//executorch/test/...",
53+
"@EXECUTORCH_CLIENTS",
54+
],
55+
)
56+
4557
runtime.python_library(
4658
name = "partitioner",
4759
srcs = [

0 commit comments

Comments
 (0)