[PATCH] D53975: Start adding the supporting code to perform out-of-process allocator enumeration.
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 1 15:55:58 PDT 2018
kubamracek added a comment.
In https://reviews.llvm.org/D53975#1284724, @kcc wrote:
> have you considered implementing this fully outside of the sanitizer allocator?
Yes, but it would effectively be a downstream change which means longterm maintenance burden on us. We want to avoid that (the need for me or Dan to rush a fix whenever the allocator changes slightly upstream).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D53975
More information about the llvm-commits
mailing list