[PATCH] D40328: Use a single file name to represent a lock

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 18:03:54 PST 2017


rafael updated this revision to Diff 124028.
rafael added a comment.

Don't use DELETE access unconditionally. It can block non llvm code from accessing the file if they don't use SHARE_DELETE.


https://reviews.llvm.org/D40328

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40328.124028.patch
Type: text/x-patch
Size: 5602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171123/fd88a599/attachment.bin>


More information about the llvm-commits mailing list