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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jun 18 14:33:30 PDT 2024


michaelrj-google 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.

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


More information about the libc-commits mailing list