OSDN Git Service

[DEBUGINFO] Add support for emission of the inlined strings.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Feb 2018 15:28:08 +0000 (15:28 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Feb 2018 15:28:08 +0000 (15:28 +0000)
commit196883612a4c76610394c1ef04939233fdae2a07
tree621158b3fa1c1c3868f8a0942c74e1460587614a
parent1f9881f51a29a5d939814a347a563c05b132ef1f
[DEBUGINFO] Add support for emission of the inlined strings.

Summary:
Patch adds an option for emission of inlined strings rather than
.debug_str section.

Reviewers: echristo, jlebar

Subscribers: eraman, llvm-commits, JDevlieghere

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325583 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/DebugInfo/Generic/inlined-strings.ll [new file with mode: 0644]