llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling 717979bbd0 Merging r182344:
------------------------------------------------------------------------
r182344 | mren | 2013-05-20 17:57:22 -0700 (Mon, 20 May 2013) | 7 lines

Dwarf: use a single line table to generate assembly when .loc is used.

This is to fix PR15408 where an undefined symbol Lline_table_start1 is used.
Since we do not generate the debug_line section when .loc is used,
Lline_table_start1 is not emitted and we can't refer to it when calculating
at_stmt_list for a compile unit.

------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@182346 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-21 01:03:46 +00:00
..
ARMException.cpp
AsmPrinter.cpp Revert r180737. The companion patch was reverted, and this is not relevant right now. 2013-05-01 22:32:08 +00:00
AsmPrinterDwarf.cpp Remove unused DwarfSectionOffsetDirective string 2013-04-22 22:49:11 +00:00
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp Remove unnecessary instance variable and rework logic accordingly. 2013-05-06 17:50:50 +00:00
DIE.h Remove unnecessary instance variable and rework logic accordingly. 2013-05-06 17:50:50 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp Update comment. Whitespace. 2013-04-22 07:47:40 +00:00
DwarfCompileUnit.h DebugInfo: Support imported modules in lexical blocks 2013-05-06 23:33:07 +00:00
DwarfDebug.cpp Merging r182344: 2013-05-21 01:03:46 +00:00
DwarfDebug.h DebugInfo: Support imported modules in lexical blocks 2013-05-06 23:33:07 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp