[libc-commits] [PATCH] D95504: [libc] Add redirected malloc using system-libc.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jan 31 21:34:51 PST 2021


sivachandra added a comment.

Hi,

Sorry for the delay here. The reason for the delay is that, for LLVM-libc's malloc, the plan to is to use Scudo's standalone malloc from here: https://github.com/llvm/llvm-project/tree/main/compiler-rt/lib/scudo/standalone

The high level plan is to keep the the standalone Scudo sources in the compiler-rt area but pull them via some kind of CMake machinery to package them for LLVM libc. This way, we don't add target dependency on compiler-rt, but if they break LLVM libc in some manner, the LLVM libc bots will catch the failures.

I had planned to pick this up in the second half of February. But, if this is something which interests you, go for it.

Thanks,
Siva Chandra


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95504/new/

https://reviews.llvm.org/D95504



More information about the libc-commits mailing list