]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
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)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 27 Oct 2011 06:44:11 +0000 (06:44 +0000)
commit390c40d96adb2eb4a778a0890c6c8743057e289e
tree52c7f67719a8fa5a8d51f6217c87bf2659a468e0
parentfd58cd75630b1a2ace727d6caaee8c9308ba0240
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]