Commit f29a713
committed
Arm backend: Broaden exception handling for unsupported ops
Previously, only AssertionError, RuntimeError, and ValueError were
caught during node translation failures in the TOSA backend. This patch
broadens the exception catch to all Exception types to ensure robust
error reporting via `dbg_fail()` even for unexpected errors.
This change helps avoid silent crashes or unhelpful tracebacks during
backend lowering of unsupported or misconfigured nodes.
Signed-off-by: Sebastian Larsson <[email protected]>
Change-Id: I9c08d65bc4568a51b9bebe7cd0fa933d04ae58901 parent 9e59c19 commit f29a713
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments