[PATCH] D79066: [Support] Class to facilitate file locking

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 08:03:34 PDT 2020


sepavloff updated this revision to Diff 262111.
sepavloff added a comment.

Updated patch

- Lock logic is moved to `tryLock` function,
- Changed implementation of `FileLocker` accordingly,
- Removed default agrument of `tryLock`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79066/new/

https://reviews.llvm.org/D79066

Files:
  llvm/include/llvm/Support/FileSystem.h
  llvm/include/llvm/Support/raw_ostream.h
  llvm/lib/Support/raw_ostream.cpp
  llvm/unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79066.262111.patch
Type: text/x-patch
Size: 5961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/b74c3806/attachment-0001.bin>


More information about the llvm-commits mailing list