Skip to content

Commit a79a486

Browse files
committed
Update on "Introduce public MergedDataMap"
Add public merged data map. Module can use this to resolve multiple named data maps. Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/) [ghstack-poisoned]
2 parents 041a65a + 444fbf0 commit a79a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/named_data_map/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def define_common_targets():
1515
"@EXECUTORCH_CLIENTS",
1616
],
1717
deps = [
18-
"//executorch/runtime/core:named_data_map",
18+
"//executorch/runtime/core:named_data_map" + aten_suffix,
1919
"//executorch/runtime/core:core",
2020
],
2121
)

0 commit comments

Comments
 (0)