[PATCH] D78903: [Driver] Add option -fproc-stat-report
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 07:34:52 PDT 2020
aganea accepted this revision.
aganea added a comment.
This revision is now accepted and ready to land.
Thanks again for the changes @sepavloff! Looks good to me!
You might wait a bit before commiting, if there are further comments.
================
Comment at: clang/lib/Driver/Driver.cpp:3806
+ else
+ Command::printArg(Out, Cmd.getOutputFilenames().front(), true);
+ Out << ','
----------------
Please note that I've just moved this function to `llvm::sys::printArg`, you will need to update before commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78903/new/
https://reviews.llvm.org/D78903
More information about the cfe-commits
mailing list