1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/llvm-cov
Vedant Kumar 3caefadc32 [llvm-cov] Add an -output-dir option for the show sub-command
Passing -output-dir path/to/dir to llvm-cov show creates path/to/dir if
it doesn't already exist, and prints reports into that directory.

In function view mode, all views are written into
path/to/dir/functions.$EXTENSION. In file view mode, all views are
written into path/to/dir/coverage/$PATH.$EXTENSION.

llvm-svn: 273971
2016-06-28 00:18:57 +00:00
..
CMakeLists.txt [llvm-cov] Separate presentation logic from formatting logic, NFC 2016-06-25 02:58:30 +00:00
CodeCoverage.cpp [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
CoverageFilters.cpp llvm-cov: Disentangle the coverage data logic from the display (NFC) 2014-09-20 15:31:56 +00:00
CoverageFilters.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageReport.cpp [llvm-cov] Adjust column widths for function and file reports 2015-10-21 16:03:32 +00:00
CoverageReport.h llvm-cov: Actually use the command line arguments when reporting 2015-02-14 02:05:05 +00:00
CoverageSummaryInfo.cpp llvm-cov: Simplify coverage reports, fixing PR22575 in the process 2015-02-14 02:01:24 +00:00
CoverageSummaryInfo.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageViewOptions.h [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
gcov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
llvm-cov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
LLVMBuild.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
SourceCoverageView.h [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
SourceCoverageViewText.cpp [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
SourceCoverageViewText.h [llvm-cov] Add an -output-dir option for the show sub-command 2016-06-28 00:18:57 +00:00
TestingSupport.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00