summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/save-stats.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some tests that were failing on WindowsHans Wennborg2018-04-201-1/+1
| | | | llvm-svn: 330441
* [Driver] Support for -save-stats in AddGoldPlugin.Florian Hahn2018-04-201-0/+8
| | | | | | | | | | | | | | This patch updates AddGoldPlugin to pass stats-file to the Gold plugin, if -save-stats is passed. It also moves the save-stats option handling to a helper function tools::getStatsFileName. Reviewers: tejohnson, mehdi_amini, compnerd Reviewed By: tejohnson, compnerd Differential Revision: https://reviews.llvm.org/D45771 llvm-svn: 330422
* Fix test on windowsMatthias Braun2016-09-261-2/+2
| | | | llvm-svn: 282438
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+20
This option behaves in a similar spirit as -save-temps and writes internal llvm statistics in json format to a file. Differential Revision: https://reviews.llvm.org/D24820 llvm-svn: 282426
OpenPOWER on IntegriCloud