File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
examples/portable/executor_runner Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 ----------------------------------
You can’t perform that action at this time.
0 commit comments