[PATCH] D54995: [MemoryBuffer] Add the setter to be able to force disabled mmap

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 3 07:34:35 PST 2018


yvvan added a comment.

@ilya-biryukov

Hm. What about another way around? - We have user include paths (-I) and report them to the filesystem. This means that we have specific paths under which nothing can be mmaped and everything else can be. In particular cases we can also report -isystem there. This is quite the same logic as current isVolatile parameter but is set only once for each path.


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

https://reviews.llvm.org/D54995





More information about the cfe-commits mailing list