Skip to content

Commit c890809

Browse files
authored
Add missing etdump dependency
Differential Revision: D71742532 Pull Request resolved: #9547
1 parent 20e50a8 commit c890809

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

examples/portable/executor_runner/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def define_common_targets():
1515
srcs = ["executor_runner.cpp"],
1616
deps = [
1717
"//executorch/runtime/executor:program",
18+
"//executorch/devtools/etdump:etdump_flatcc",
1819
"//executorch/extension/data_loader:file_data_loader",
1920
"//executorch/extension/evalue_util:print_evalue",
2021
"//executorch/extension/runner_util:inputs",

tools/cmake/cmake_deps.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ deps = [
296296
"executorch_core",
297297
"portable_kernels",
298298
"quantized_kernels",
299+
"etdump_flatcc",
299300
]
300301

301302
[targets.size_test]
@@ -369,6 +370,7 @@ deps = [
369370
"extension_threadpool",
370371
"xnnpack_backend",
371372
"portable_kernels",
373+
"etdump_flatcc",
372374
]
373375

374376
[targets.xnnpack_backend]
@@ -462,3 +464,12 @@ deps = [
462464
"optimized_native_cpu_ops",
463465
]
464466
# ---------------------------------- LLama end ----------------------------------
467+
# ---------------------------------- devtools start ----------------------------------
468+
[targets.etdump_flatcc]
469+
buck_targets = [
470+
"//devtools/etdump:etdump_flatcc",
471+
]
472+
filters = [
473+
".cpp$",
474+
]
475+
# ---------------------------------- devtools end ----------------------------------

0 commit comments

Comments
 (0)