From 767eb2c0945b6c964a229c88f5b46f6064392ec8 Mon Sep 17 00:00:00 2001 From: Hansong <107070759+kirklandsign@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:23:24 -0700 Subject: [PATCH] Update arm/_passes/TARGETS Fix internal build --- backends/arm/_passes/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/arm/_passes/TARGETS b/backends/arm/_passes/TARGETS index c56eaca8d4b..ddf4aea5adc 100644 --- a/backends/arm/_passes/TARGETS +++ b/backends/arm/_passes/TARGETS @@ -6,6 +6,7 @@ python_library( deps = [ "//executorch/backends/arm:tosa_quant_utils", "//executorch/backends/arm:tosa_utils", + "//executorch/backends/transforms:fuse_view_copy", "//executorch/backends/transforms:replace_scalar_with_tensor", "//executorch/backends/xnnpack/_passes:xnnpack_passes", "//executorch/exir:lib",