[PATCH] D27654: Stop intercepting mallinfo and mallopt on FreeBSD

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 04:17:33 PST 2017


dim added a comment.

In https://reviews.llvm.org/D27654#645143, @joerg wrote:

> Test case looks good now.  Should the *.h definitions use __GLIBC__ or at least LINUX_NOT_ANDROID too?


You mean in `sanitizer_platform_interceptors.h`?  I am unsure what Android supports, so I want to leave that to somebody else with knowledge of that platform.  The definitions I added just try to follow the style in the rest of `sanitizer_platform_interceptors.h`.


https://reviews.llvm.org/D27654





More information about the llvm-commits mailing list