Setups the output file for saving statistics.
Declared in <llvm/LTO/LTO.h>
Expected<std::unique_ptr<ToolOutputFile>>
setupStatsFile(StringRef StatsFilename);
Tool output file for statistics, or an error.
| Name | Description |
|---|---|
| StatsFilename | Path of the statistics output file. |