Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some tests that were failing on Windows | Hans Wennborg | 2018-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 330441 | ||||
* | [Driver] Support for -save-stats in AddGoldPlugin. | Florian Hahn | 2018-04-20 | 1 | -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 windows | Matthias Braun | 2016-09-26 | 1 | -2/+2 |
| | | | | llvm-svn: 282438 | ||||
* | CC1: Add -save-stats option | Matthias Braun | 2016-09-26 | 1 | -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 |