Commit 515032d
committed
Arm backend: Don't fall back to TOSA-1.0+INT in case of exception
aot_arm_compiler.py silently fell back to TOSA-1.0+INT in case the
user-provided TOSA spec could not be created. This may easily mislead
the user by hiding actual errors with the input to the program. Change
aot_arm_compiler.py to instead raising the exception in case the
user-provided TOSA spec can not be created.
Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com>
Change-Id: I4a2d324e7b476af78b97efa12089d202b3da5cea1 parent c7c7c0a commit 515032d
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 441 | + | |
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| |||
0 commit comments