OSDN Git Service

[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Mar 2018 16:04:40 +0000 (16:04 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Mar 2018 16:04:40 +0000 (16:04 +0000)
commitbb8af2f33340605dd409500bc659effeb0872c66
treea3be0e36703973cc8289ae72959003240fa9e543
parent3f86364e40e6fe50a5b77f467d43d8b43a08195e
[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.

Summary:
Added a flag -no-dwarf-pub-sections, which allows to disable
emission of DWARF public sections.

Reviewers: probinson, echristo

Subscribers: aprantl, JDevlieghere, llvm-commits

Differential Revision: https://reviews.llvm.org/D44385

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/DebugInfo/X86/no-public-sections.ll [new file with mode: 0644]