[PATCH] D54045: Introduce `sanitizer_malloc_introspect_t` for Darwin which is a sub-class of Darwin's `malloc_introspection_t` and use it when setting up the malloc zone.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 06:34:04 PST 2018
delcypher added a comment.
@kubamracek
In https://reviews.llvm.org/D54045#1287866, @kubamracek wrote:
> Okay, let's initially remove the header file and just move the struct into the .inc file. We can always move it to a separate header later if needed.
Done. Good to go now?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D54045
More information about the llvm-commits
mailing list