From d9012ba11852c19e2b3a7df8740320d9d4da3981 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 13 Mar 2014 21:59:51 +0000 Subject: MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable This type now represents all the data for the DWARF line table: directory names, file names, and the line table proper. llvm-svn: 203858 --- llvm/lib/MC/MCObjectStreamer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/MC/MCObjectStreamer.cpp') diff --git a/llvm/lib/MC/MCObjectStreamer.cpp b/llvm/lib/MC/MCObjectStreamer.cpp index 996cf5c09b8..6b2234eeb37 100644 --- a/llvm/lib/MC/MCObjectStreamer.cpp +++ b/llvm/lib/MC/MCObjectStreamer.cpp @@ -380,7 +380,7 @@ void MCObjectStreamer::FinishImpl() { // Dump out the dwarf file & directory tables and line tables. const MCSymbol *LineSectionSymbol = NULL; if (getContext().hasMCLineSections()) - LineSectionSymbol = MCDwarfFileTable::Emit(this); + LineSectionSymbol = MCDwarfLineTable::Emit(this); // If we are generating dwarf for assembly source files dump out the sections. if (getContext().getGenDwarfForAssembly()) -- cgit v1.2.3