Commit 951cd2e
authored
Arm backend: Fix non-delegated typo (#20069)
Summary:
Fix user-facing Arm non-delegated operator messages.
Test plan:
bash -n backends/arm/scripts/build_executor_runner.sh
lintrunner -a --skip MYPY backends/arm/scripts/build_executor_runner.sh
examples/arm/executor_runner/CMakeLists.txt
zephyr/samples/hello-executorch/CMakeLists.txt
backends/arm/scripts/pre-push 1
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson @robell @rascani1 parent 9898bc5 commit 951cd2e
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- backends/arm/scripts
- examples/arm/executor_runner
- zephyr/samples/hello-executorch
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments