[all-commits] [llvm/llvm-project] 9faedb: [Driver] Quote executable in reports generated by ...
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Tue Nov 17 00:17:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9faedb2d7146d29bfd0f601e2a4a90b546cdaf04
https://github.com/llvm/llvm-project/commit/9faedb2d7146d29bfd0f601e2a4a90b546cdaf04
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
[Driver] Quote executable in reports generated by -fproc-stat-report
The option -fproc-stat-report=<file> makes driver to generate child
process resource comsumption report. In the report executable name was
not quoted and it made parsing the report more difficult. With this
change the executable name is surrounded by quotation marks.
More information about the All-commits
mailing list