OSDN Git Service

Teach our Dwarf emission to use the string pool.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 27 Oct 2011 06:44:11 +0000 (06:44 +0000)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:21 +0000 (09:11 -0800)
commit2be084a25b1f79f17520d824d0feb8c7854b5f31
treef8600572b4a1082a55ca08f5830435c5a8634c1d
parent56b16aed0966010a2f355fe8167ccbf9622f4672
Teach our Dwarf emission to use the string pool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143097 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/CodeGen/AsmPrinter.h
include/llvm/MC/MCAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
test/CodeGen/ARM/debug-info-sreg2.ll
test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
test/DebugInfo/2011-09-26-GlobalVarContext.ll
test/DebugInfo/stringpool.ll [new file with mode: 0644]