mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Have TableGen emit code that uses dbgs() rather than errs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee890edd69
commit
f0fd3afeff
@ -519,8 +519,8 @@ void SubtargetEmitter::ParseFeaturesFunction(raw_ostream &OS) {
|
|||||||
OS << Target;
|
OS << Target;
|
||||||
OS << "Subtarget::ParseSubtargetFeatures(const std::string &FS,\n"
|
OS << "Subtarget::ParseSubtargetFeatures(const std::string &FS,\n"
|
||||||
<< " const std::string &CPU) {\n"
|
<< " const std::string &CPU) {\n"
|
||||||
<< " DEBUG(errs() << \"\\nFeatures:\" << FS);\n"
|
<< " DEBUG(dbgs() << \"\\nFeatures:\" << FS);\n"
|
||||||
<< " DEBUG(errs() << \"\\nCPU:\" << CPU);\n"
|
<< " DEBUG(dbgs() << \"\\nCPU:\" << CPU);\n"
|
||||||
<< " SubtargetFeatures Features(FS);\n"
|
<< " SubtargetFeatures Features(FS);\n"
|
||||||
<< " Features.setCPUIfNone(CPU);\n"
|
<< " Features.setCPUIfNone(CPU);\n"
|
||||||
<< " uint32_t Bits = Features.getBits(SubTypeKV, SubTypeKVSize,\n"
|
<< " uint32_t Bits = Features.getBits(SubTypeKV, SubTypeKVSize,\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user