llvm-6502/lib
Frederic Riss 79664f9749 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231210 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-04 02:30:17 +00:00
..
Analysis
AsmParser Workaround MSVC not providing implicit move members 2015-03-04 02:07:51 +00:00
Bitcode
CodeGen Move emitDIE and emitAbbrevs to AsmPrinter. NFC. 2015-03-04 02:30:17 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR
IRReader
LineEditor
Linker
LTO
MC Remove MCStreamer include which isn't used here. NFC 2015-03-04 01:24:26 +00:00
Object
Option
ProfileData
Support
TableGen
Target Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC 2015-03-04 01:24:11 +00:00
Transforms [RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke instructions 2015-03-04 00:13:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile