[PATCH] D96626: Support: mapped_file_region: Pass MAP_NORESERVE to mmap

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 13:20:16 PDT 2021


clayborg added a comment.

I am fine with always adding MAP_NORESERVE unless anyone can think of a reason not to add it. Or we can modify this patch to add the MAP_NORESERVE only when PROT_WRITE isn't specified if that is worrying anyone.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96626/new/

https://reviews.llvm.org/D96626



More information about the llvm-commits mailing list