[PATCH] D78896: [Support] Add file lock/unlock functions
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 03:01:42 PDT 2020
sepavloff updated this revision to Diff 261166.
sepavloff marked 2 inline comments as done.
sepavloff added a comment.
Updated patch
- fcntl was replaced for flock on unix,
- std::chrono was used to check timeout,
- unit test was enabled to unix as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78896/new/
https://reviews.llvm.org/D78896
Files:
llvm/include/llvm/Support/FileSystem.h
llvm/lib/Support/Unix/Path.inc
llvm/lib/Support/Windows/Path.inc
llvm/unittests/Support/Path.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78896.261166.patch
Type: text/x-patch
Size: 4843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200430/668ef0a9/attachment.bin>
More information about the llvm-commits
mailing list