Skip to content

Commit 9e23c9c

Browse files
authored
Fix buck dep for test_permute_optimization_passes (#20497)
Differential Revision: D109619313 Pull Request resolved: #20497
1 parent 825bd30 commit 9e23c9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/transforms/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ def define_common_targets():
397397
deps = [
398398
"//caffe2:torch",
399399
"//executorch/backends/test:graph_builder",
400+
"//executorch/exir:lib",
400401
"//executorch/exir:pass_base",
401402
"//executorch/exir/dialects:lib",
402403
":fuse_cascaded_transpose_or_permute_ops",

0 commit comments

Comments
 (0)