[PATCH] D78901: [Support] Get process statistics in ExecuteAndWait and Wait

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 01:35:22 PDT 2020


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

Updated patch

- Use Optional<> to keep ProcessStatistics,
- Added missing clear,
- Added unit test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78901

Files:
  llvm/include/llvm/Support/Program.h
  llvm/lib/Support/Program.cpp
  llvm/lib/Support/Unix/Program.inc
  llvm/lib/Support/Windows/Program.inc
  llvm/unittests/Support/ProgramTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78901.266451.patch
Type: text/x-patch
Size: 8506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/8c3072d4/attachment.bin>


More information about the llvm-commits mailing list