[libc-commits] [libc] [libc][config] Add malloc as baremetal arm entrypoint (PR #95827)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 18 14:10:41 PDT 2024
PiJoules wrote:
> Can you also include it in `libc/config/baremetal/riscv/entrypoints.txt`?
Done.
> What about `calloc` and `free`?
Those symbols are included with the `malloc` cmake target, but at some point I should also split them into their separate files/targets.
https://github.com/llvm/llvm-project/pull/95827
More information about the libc-commits
mailing list