mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Print out nicer dump info for DIDescriptor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26466c0eb3
commit
ad9c278338
@ -983,7 +983,8 @@ namespace llvm {
|
|||||||
|
|
||||||
/// dump - print descriptor.
|
/// dump - print descriptor.
|
||||||
void DIDescriptor::dump() const {
|
void DIDescriptor::dump() const {
|
||||||
cerr << " [" << dwarf::TagString(getTag()) << "]\n";
|
cerr << "[" << dwarf::TagString(getTag()) << "] ";
|
||||||
|
cerr << std::hex << "[GV:" << GV << "]" << std::dec;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// dump - print compile unit.
|
/// dump - print compile unit.
|
||||||
|
Loading…
Reference in New Issue
Block a user