Commit ef817df
authored
[mono] Add an 'allow-errors' AOT option. (#64640)
This can be used to avoid aborting the AOT process if a loader
error occurs. The methods which fail to load will not be AOTed and
the failures will happen at runtime.
Related:
#636541 parent d936a66 commit ef817df
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
531 | | - | |
| 532 | + | |
532 | 533 | | |
533 | 534 | | |
534 | 535 | | |
| |||
8504 | 8505 | | |
8505 | 8506 | | |
8506 | 8507 | | |
| 8508 | + | |
| 8509 | + | |
8507 | 8510 | | |
8508 | 8511 | | |
8509 | 8512 | | |
| |||
8587 | 8590 | | |
8588 | 8591 | | |
8589 | 8592 | | |
| 8593 | + | |
8590 | 8594 | | |
8591 | 8595 | | |
8592 | 8596 | | |
| |||
0 commit comments