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
Disable LTO and static stacks for all crt builtins
These functions can be called from floating point builtins, which
violates the implicit attribute leaf on them. The floating point
builtins shouldn't be brought in summarily to LTO, since they may
reserve ZP and static stack space even if unused. The same logic broadly
applies to all CRT builtins, so until we have a better solution, pull
all of them out of LTO.
0 commit comments