diff options
author | Frederic Riss <friss@apple.com> | 2015-03-04 02:30:17 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2015-03-04 02:30:17 +0000 |
commit | 9412d63f683346e010261662acf97e8c10cb8d03 (patch) | |
tree | 94b7d3890f4548e0a27abe485d50c4ec2aac61d2 /llvm/lib/DebugInfo/PDB/PDBExtras.cpp | |
parent | cd04434cd50ea127f6247383cf50abc65d1f1ce0 (diff) | |
download | bcm5719-llvm-9412d63f683346e010261662acf97e8c10cb8d03.tar.gz bcm5719-llvm-9412d63f683346e010261662acf97e8c10cb8d03.zip |
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
(They are called emitDwarfDIE and emitDwarfAbbrevs in their new home)
llvm-dsymutil wants to reuse that code, but it doesn't have a DwarfUnit or
a DwarfDebug object to call those. It has access to an AsmPrinter though.
Having emitDIE in the AsmPrinter also removes the DwarfFile dependency
on DwarfDebug, and thus the patch drops that field.
Differential Revision: http://reviews.llvm.org/D8024
llvm-svn: 231210
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/PDBExtras.cpp')
0 files changed, 0 insertions, 0 deletions