[PATCH] D35200: Don't use mmap on Windows
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 01:57:07 PDT 2017
ilya-biryukov added a comment.
This looks strange. AFAIK, memory mapping files in Windows does no 'locking' by itself. I've just written a small program to check that it's possible to modify the file, memory-mapped using Win32 API.
What is specific problem you ran into?
https://reviews.llvm.org/D35200
More information about the cfe-commits
mailing list