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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 19:52:11 PDT 2018


pcc updated this revision to Diff 151092.
pcc added a comment.
Herald added a reviewer: jfb.

- Replace FILE_FLAG_DELETE_ON_CLOSE with SetFileInformationByHandle/FileDispositionInfo


https://reviews.llvm.org/D48051

Files:
  llvm/include/llvm/Support/FileSystem.h
  llvm/include/llvm/Support/LockFileManager.h
  llvm/lib/LTO/Caching.cpp
  llvm/lib/Support/LockFileManager.cpp
  llvm/lib/Support/Path.cpp
  llvm/lib/Support/Unix/Path.inc
  llvm/lib/Support/Windows/Path.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48051.151092.patch
Type: text/x-patch
Size: 15397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/8e3a4247/attachment.bin>


More information about the llvm-commits mailing list