[PATCH] D116603: [AIX][z/OS][Support] Provide alternate mapped_file_region::dontNeedImpl implementations
Zibi Sarbino via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 11:01:20 PST 2022
zibi added a comment.
LGTM, but I would prefer if we could use ` ::posix_madvise()` not just on AIX. This will remove the unnecessary directive path.
However, we need to buy-in from the originator which introduced this call.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116603/new/
https://reviews.llvm.org/D116603
More information about the llvm-commits
mailing list