Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information