Commit 75ba558
authored
Arm backend: aot_arm_compiler.py support BundleIO output file without a path (#18871)
BundleIO output generation needed the specified output file name to be
supplied with a folder, so if you wanted to output a file in the current
folder you needed to add "./" in front of the file name like
"./file.bpte" this change fixes this problem, the normal .pte generation
already supported this.
Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com>1 parent a43675c commit 75ba558
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
| 781 | + | |
| 782 | + | |
782 | 783 | | |
783 | 784 | | |
784 | 785 | | |
| |||
0 commit comments