[PATCH] D47146: Memorysanitizer fix mmap test for oses not supporting MAP_NORESERVE flag
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 12:22:53 PDT 2018
devnexen added a comment.
This patch is more for systems not implementing it (as NetBSD) or even not having this flag (as FreeBSD).
However the flag is defined for FreeBSD into lib sanitizer (sanitizer_posix_libcdep.cc line 45) for MmapFixedNoReserve.
https://reviews.llvm.org/D47146
More information about the llvm-commits
mailing list