[PATCH] D54995: [MemoryBuffer] By default assume that all files are volatile to prevent unintended file locks

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 07:40:13 PST 2018


Do you all have Windows machines? The easiest thing to do is just write a
sample program that mmaps a file and then tries to delete it, iterating
over every possible set of flags.
On Wed, Nov 28, 2018 at 7:25 AM Ivan Donchevskii via Phabricator <
reviews at reviews.llvm.org> wrote:

> yvvan added a comment.
>
> @ilya-biryukov
>
> According to https://stackoverflow.com/a/7414798 (if it's true) we can't
> prevent locks.
>
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D54995/new/
>
> https://reviews.llvm.org/D54995
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181128/93f27deb/attachment.html>


More information about the cfe-commits mailing list