diff options
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index c1b0fdb..634f27f 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -93,7 +93,7 @@ void llvm::initTimerOptions() { *SortTimers; } -std::unique_ptr<raw_fd_ostream> llvm::CreateInfoOutputFile() { +std::unique_ptr<raw_ostream> llvm::CreateInfoOutputFile() { const std::string &OutputFilename = getLibSupportInfoOutputFilename(); if (OutputFilename.empty()) return std::make_unique<raw_fd_ostream>(2, false); // stderr. |