Commit c886ad2
committed
Fix linker issue when building executor_runner
- Remove explicit addition of `-DET_EVENT_TRACER_ENABLED` from
backends/qualcomm/CMakeLists.txt as setting the definition without
enabling cmake flag `EXECUTORCH_ENABLE_EVENT_TRACER` caused issues
when building the executor_runner.
- Replace deprecated namespace `torch::executor` with
`executorch::etdump` in the executor_runner.cpp.
Signed-off-by: Benjamin Klimczak <[email protected]>
Change-Id: Iadff38374e661f42e394dc69903548922ca08aea1 parent 07d1c26 commit c886ad2
File tree
2 files changed
+5
-9
lines changed- backends/qualcomm
- examples/portable/executor_runner
2 files changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 203 | | |
208 | 204 | | |
209 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments