[PATCH] D48051: LTO: Work around a Windows kernel bug by keeping file handles open for memory mapped files.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 17:18:02 PDT 2018


zturner added a subscriber: pcc.
zturner added a comment.

We can’t transfer ownership of the handle in that case? With the flag
cleared we shouldn’t have to worry about the pending delete error


https://reviews.llvm.org/D48051





More information about the llvm-commits mailing list