[PATCH] D78896: [Support] Add file lock/unlock functions
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 7 21:52:45 PDT 2020
sepavloff reopened this revision.
sepavloff added a comment.
This revision is now accepted and ready to land.
Because `flock` is unsupported on Solaris, this patch has been rewritten on top of `fcntl` facility. It also required unit test to be rewritten as well.
If there is no objections, I will commit the new patch in couple of days.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78896/new/
https://reviews.llvm.org/D78896
More information about the llvm-commits
mailing list