llvm-6502/lib/CodeGen/AsmPrinter
David Majnemer d7d43dc435 DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pubtypes version field
Summary:
LLVM would generate DWARF with version 3 in the .debug_pubname and
.debug_pubtypes version fields.  This would lead SGI dwarfdump to fail
parsing the DWARF with (in the instance of .debug_pubnames) would exit
with:
dwarfdump ERROR:  dwarf_get_globals: DW_DLE_PUBNAMES_VERSION_ERROR (123)

This fixes PR16950.

Reviewers: echristo, dblaikie

Reviewed By: echristo

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1454

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188869 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-21 06:13:34 +00:00
..
ARMException.cpp
AsmPrinter.cpp Make a few more things const. 2013-08-15 20:25:44 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp
DIE.h
DIEHash.cpp DebugInfo: Prefer references over pointers, pass by const reference for a type that will grow in the future 2013-08-14 22:23:05 +00:00
DIEHash.h DebugInfo: Prefer references over pointers, pass by const reference for a type that will grow in the future 2013-08-14 22:23:05 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp DebugInfo: don't emit zero-length names for parameters 2013-08-19 03:34:03 +00:00
DwarfCompileUnit.h
DwarfDebug.cpp DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pubtypes version field 2013-08-21 06:13:34 +00:00
DwarfDebug.h Turn on pubnames by default on linux. 2013-08-19 21:07:38 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp