diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 1c33cd85f1e..c18fb124496 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -2678,7 +2678,7 @@ public: ConstructSubprogramDIEs(); // Prime section data. - SectionMap.insert(std::string("\t") + TAI->getTextSection()); + SectionMap.insert(TAI->getTextSection()); } }