Skip to content

Commit 5c56bec

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Migrate Jarvis away from torchgen.gen_executorch
Summary: and instead use executorch.codegen.gen Differential Revision: D75996100
1 parent 6415c15 commit 5c56bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codegen/targets.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def define_common_targets():
6161
deps = [
6262
":api",
6363
],
64+
visibility = [
65+
"@EXECUTORCH_CLIENTS",
66+
],
6467
)
6568

6669
runtime.python_binary(

0 commit comments

Comments
 (0)