File tree 2 files changed +12
-0
lines changed
examples/portable/executor_runner
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():
15
15
srcs = ["executor_runner.cpp" ],
16
16
deps = [
17
17
"//executorch/runtime/executor:program" ,
18
+ "//executorch/devtools/etdump:etdump_flatcc" ,
18
19
"//executorch/extension/data_loader:file_data_loader" ,
19
20
"//executorch/extension/evalue_util:print_evalue" ,
20
21
"//executorch/extension/runner_util:inputs" ,
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ deps = [
296
296
" executorch_core" ,
297
297
" portable_kernels" ,
298
298
" quantized_kernels" ,
299
+ " etdump_flatcc" ,
299
300
]
300
301
301
302
[targets .size_test ]
@@ -369,6 +370,7 @@ deps = [
369
370
" extension_threadpool" ,
370
371
" xnnpack_backend" ,
371
372
" portable_kernels" ,
373
+ " etdump_flatcc" ,
372
374
]
373
375
374
376
[targets .xnnpack_backend ]
@@ -462,3 +464,12 @@ deps = [
462
464
" optimized_native_cpu_ops" ,
463
465
]
464
466
# ---------------------------------- 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