diff options
Diffstat (limited to 'lib/MC/MCELFStreamer.cpp')
-rw-r--r-- | lib/MC/MCELFStreamer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/MC/MCELFStreamer.cpp b/lib/MC/MCELFStreamer.cpp index d98c9ef79e..f18c420cb9 100644 --- a/lib/MC/MCELFStreamer.cpp +++ b/lib/MC/MCELFStreamer.cpp @@ -484,10 +484,7 @@ void MCELFStreamer::Finish() { const MCSection *DwarfLineSection = getContext().getELFSection(".debug_line", 0, 0, SectionKind::getDataRelLocal()); - MCSectionData &DLS = - getAssembler().getOrCreateSectionData(*DwarfLineSection); - int PointerSize = getAssembler().getBackend().getPointerSize(); - MCDwarfFileTable::Emit(this, DwarfLineSection, &DLS, PointerSize); + MCDwarfFileTable::Emit(this, DwarfLineSection); } for (std::vector<LocalCommon>::const_iterator i = LocalCommons.begin(), |