diff options
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 1c33cd85f1e..c18fb124496 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -2678,7 +2678,7 @@ public: ConstructSubprogramDIEs(); // Prime section data. - SectionMap.insert(std::string("\t") + TAI->getTextSection()); + SectionMap.insert(TAI->getTextSection()); } } |