Skip to content

Commit 578a818

Browse files
cccclaifacebook-github-bot
authored andcommitted
Another fix for test_backend CI
Summary: Looks like the backend library is not loaded in opt mode Reviewed By: larryliu0820 Differential Revision: D48181803 fbshipit-source-id: 561c434162d459cf5e51220bfd3a9ba95f164785
1 parent 336bbd2 commit 578a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/backend/test/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ python_unittest(
8989
preload_deps = [
9090
"//executorch/kernels/portable:custom_ops_generated_lib",
9191
"//executorch/kernels/quantized:custom_ops_generated_lib",
92+
"//executorch/runtime/executor/test:test_backend_compiler_lib",
9293
],
9394
deps = [
9495
":backend_with_compiler_demo",
@@ -109,7 +110,6 @@ python_unittest(
109110
"//executorch/exir/dialects:lib",
110111
"//executorch/extension/pybindings:portable", # @manual
111112
"//executorch/extension/pytree:pylib",
112-
"//executorch/runtime/executor/test:test_backend_compiler_lib",
113113
],
114114
)
115115

0 commit comments

Comments
 (0)