Commit 4ea6038
committed
fix(kompile): map linked NormalSym functions to monoItemFn(noBody)
Linked NormalSym functions (external crate functions present in SMIR but
without a local body) had no generated monoItemFn equation, falling back
to "** UNKNOWN FUNCTION **". This synthesizes monoItemFn(symbol(...),
defId(...), noBody) for all such symbols, ensuring downstream call
resolution can find them.1 parent 2c84b7f commit 4ea6038
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
532 | 546 | | |
533 | 547 | | |
534 | 548 | | |
| |||
0 commit comments