Add the support code to enable the dwarf accelerator tables. Upcoming patches
authorEric Christopher <echristo@apple.com>
Mon, 7 Nov 2011 09:24:32 +0000 (09:24 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 7 Nov 2011 09:24:32 +0000 (09:24 +0000)
commit09ac3d841367d5d56328eade506c951e0dc3a72d
treecba7874f9d1f2dc0421fc4a2b498d022fb4a46e9
parentbcbd3a4637f33036d05833364e180f9dfaabb67c
Add the support code to enable the dwarf accelerator tables. Upcoming patches
to fix the types section (all types, not just global types), and testcases.

The code to do the final emission is disabled by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143923 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCObjectFileInfo.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/MC/MCObjectFileInfo.cpp