mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd2ab9ff44
commit
f24dd5c560
@ -9,6 +9,7 @@
|
||||
|
||||
#include "llvm/MC/MCSymbol.h"
|
||||
#include "llvm/MC/MCAsmInfo.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
using namespace llvm;
|
||||
|
||||
@ -106,5 +107,5 @@ void MCSymbol::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
|
||||
}
|
||||
|
||||
void MCSymbol::dump() const {
|
||||
print(errs(), 0);
|
||||
print(dbgs(), 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user