[libc-commits] [libc] [libc][config] Add malloc as baremetal arm entrypoint (PR #95827)

via libc-commits libc-commits at lists.llvm.org
Thu Jun 20 12:00:39 PDT 2024


PiJoules wrote:

> you should still list `calloc` and `free` if you're planning to use them, since they should be listed as dependencies in entrypoints that use them. An entrypoint missing any dependency will get skipped which may cause unexpected behavior.

Done

https://github.com/llvm/llvm-project/pull/95827


More information about the libc-commits mailing list