[libc-commits] [libc] [libc] add snmalloc as an alternative allocator to libc (PR #122284)
via libc-commits
libc-commits at lists.llvm.org
Fri Jan 24 06:57:51 PST 2025
================
@@ -71,6 +71,10 @@ add_header_library(
libc.src.__support.threads.mutex_common
)
+if (NOT "${LLVM_LIBC_INCLUDE_SNMALLOC}" STREQUAL "")
----------------
lntue wrote:
Nit: use `LIBC_*` for newer flag instead of `LLVM_LIBC_*`
https://github.com/llvm/llvm-project/pull/122284
More information about the libc-commits
mailing list