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

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 22:38:50 PDT 2020


sepavloff created this revision.
sepavloff added reviewers: labath, dblaikie, ruiu, csigg, jhenderson.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
sepavloff added a parent revision: D78896: [Support] Add file lock/unlock functions.
sepavloff added a child revision: D78903: [Driver] Add option -fproc-stat-report.

This change define RAII class, that facilitate using file locks.


Repository:
  rG LLVM Github Monorepo

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.260838.patch
Type: text/x-patch
Size: 5006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/6bc42d7f/attachment.bin>


More information about the llvm-commits mailing list