Adding basic support for Dwarf line number debug information.
authorJim Laskey <jlaskey@mac.com>
Tue, 17 Jan 2006 17:31:53 +0000 (17:31 +0000)
committerJim Laskey <jlaskey@mac.com>
Tue, 17 Jan 2006 17:31:53 +0000 (17:31 +0000)
commit063e765345fd49df0f53b807e57ada7c2ded7e16
tree851e46dbfed06121b4a50f55c467b376c4c25d6e
parent08a0464763a93be5f201b2d6d514732e810ef2ad
Adding basic support for Dwarf line number debug information.

I promise to keep future commits smaller.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25396 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineDebugInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineDebugInfo.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp