[compiler-rt] don't use mallopt on musl (PR #101055)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 12:19:19 PDT 2024


MaskRay wrote:

Perhaps we should just remove `mallopt`. Other sanitizers don't use `mallopt`. musl doesn't provide `mallopt`. tcmalloc ignores `mallopt`. Param 1 conflicts with Android `M_INIT_ZYGOTE_CHILD_PROFILING`

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


More information about the llvm-commits mailing list