[libc-commits] [libc] [libc] add snmalloc as an alternative allocator to libc (PR #122284)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Jan 29 14:39:29 PST 2025
================
@@ -324,7 +324,49 @@ add_entrypoint_object(
)
if(NOT LIBC_TARGET_OS_IS_BAREMETAL AND NOT LIBC_TARGET_OS_IS_GPU)
- if(LLVM_LIBC_INCLUDE_SCUDO)
----------------
nickdesaulniers wrote:
> so this seems like a good time to introduce a switch-like option
:heavy_plus_sign: :one:
> would we need to keep LLVM_LIBC_INCLUDE_SCUDO for backcompat?
While we are planning have some changes to cmake tied around upstream llvm releases, I'm not sure that we have enough downstream users (that use in tree cmake) at this point that care.
https://github.com/llvm/llvm-project/pull/122284
More information about the libc-commits
mailing list