commit | 9f9305ca17d0af3fe35c77d5538ad534052bc0de | [log] [tgz] |
---|---|---|
author | Sam Edwards <cfsworks@gmail.com> | Sat Mar 15 15:18:01 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 02 14:33:50 2025 -0600 |
tree | 2dfa7f5dd06e5b97daf3f1fc2b9fe165b1deb7ca | |
parent | 0ecbdb3adf4827a0a25c5ad39b43844ba73b7551 [diff] |
arm: Add __aeabi_memclr in eabi_compat LLVM's code generator will sometimes emit calls to __aeabi_memclr. Add an implementation of this for LLVM compatibility. Signed-off-by: Sam Edwards <CFSworks@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>