[PATCH] D116603: [AIX][z/OS][Support] Provide alternate mapped_file_region::dontNeedImpl implementations
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 11:01:18 PST 2022
daltenty added a comment.
> I don't think we can use HAVE_SYS_MMAN_H since this is defined on z/OS since we do have sys/mman.h header file. We just don't have madvise().
The version here now should provide the fallback for both the case where we the header isn't available or if we are on z/OS.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116603/new/
https://reviews.llvm.org/D116603
More information about the llvm-commits
mailing list