Skip to content

Commit e423027

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Migrate Jarvis away from torchgen.gen_executorch (#11386)
Summary: Pull Request resolved: #11386 and instead use executorch.codegen.gen Reviewed By: mcremon-meta Differential Revision: D75996100
1 parent 36a3207 commit e423027

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codegen/targets.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def define_common_targets():
6161
deps = [
6262
":api",
6363
],
64+
visibility = [
65+
"@EXECUTORCH_CLIENTS",
66+
"//executorch/codegen/...",
67+
],
6468
)
6569

6670
runtime.python_binary(

0 commit comments

Comments
 (0)