[PATCH] D78902: [Driver] Add output file to properties of Command

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 27 00:57:13 PDT 2020


sepavloff added a comment.

Adding output files property is a prerequisite for D78903 <https://reviews.llvm.org/D78903> (Add option -fproc-stat-report). Despite large size of the patch, the change is very simple: it only adds new state variable `OutputFilenames` initialized by the new parameter to the constructor of `Command`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78902





More information about the cfe-commits mailing list