Allow optionally generating pubnames section in DWARF info. Introduce
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Feb 2013 18:00:14 +0000 (18:00 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Feb 2013 18:00:14 +0000 (18:00 +0000)
commitc5ef7eee3c412b0f334e395b0cf7c363200c2f79
treea8d4357af791569d77bc1bc307aa9329dd5bd317
parent9a790581c01dd6a21e6cc88b18881d08e804c4be
Allow optionally generating pubnames section in DWARF info.  Introduce
option "generate-dwarf-pubnames" to control it, set to "false" by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174981 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCObjectFileInfo.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
test/DebugInfo/dwarf-public-names.ll [new file with mode: 0644]