[libc-commits] [PATCH] D112104: [libc] add malloc funcs as external entrypoints
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 21 07:59:19 PDT 2021
abrachet added a comment.
I think I remember the original plan in this case was to use redirectors <https://github.com/llvm/llvm-project/blob/main/libc/docs/redirectors.rst>. We have add_redirector_object <https://github.com/llvm/llvm-project/blob/main/libc/cmake/modules/LLVMLibCObjectRules.cmake#L262>, but I don't think it has ever been used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112104/new/
https://reviews.llvm.org/D112104
More information about the libc-commits
mailing list