mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c719d5f621
commit
da80ff6ae6
@ -11,6 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/Timer.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
@ -373,7 +374,7 @@ void TimerGroup::removeTimer() {
|
||||
|
||||
TimersToPrint.clear();
|
||||
|
||||
if (OutStream != &errs() && OutStream != &outs())
|
||||
if (OutStream != &errs() && OutStream != &outs() && OutStream != &dbgs())
|
||||
delete OutStream; // Close the file...
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user