Skip to content

Commit 2f996ba

Browse files
committed
Update
[ghstack-poisoned]
1 parent c1b305e commit 2f996ba

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

runtime/core/exec_aten/util/targets.bzl

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ def define_common_targets():
7373
force_static = True,
7474
)
7575

76-
runtime.cxx_library(
77-
name = "tensor_shape_to_c_string",
78-
srcs = ["tensor_shape_to_c_string.cpp"],
79-
exported_headers = ["tensor_shape_to_c_string.h"],
80-
visibility = [
81-
"//executorch/...",
82-
"@EXECUTORCH_CLIENTS",
83-
],
84-
)
76+
runtime.cxx_library(
77+
name = "tensor_shape_to_c_string" + aten_suffix,
78+
srcs = ["tensor_shape_to_c_string.cpp"],
79+
exported_deps = [
80+
"//executorch/runtime/core/exec_aten:lib" + aten_suffix,
81+
],
82+
exported_headers = ["tensor_shape_to_c_string.h"],
83+
visibility = [
84+
"//executorch/...",
85+
"@EXECUTORCH_CLIENTS",
86+
],
87+
)

0 commit comments

Comments
 (0)