You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This detects ultimately unused functions that were brought into the link in case late code generation needed them. This allows them to be stripped out before they consume valuable static stack or zero page space.
As a result, abort and the floating point libcalls were moved into LTO with the others, allowing them to use the zero page and static stack.
Bug fixes
llvm-mos/llvm-mos#385 - Added error messages for overlapping inline asm clobbers and input registers
d0e7823 - Fixed SDK constraint issues uncovered by above
#277 - Allowed NES GTROM to correctly emit PRG-ROMs smaller than the maximum - @cwedgwood