summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-13 21:59:51 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-13 21:59:51 +0000
commitd9012ba11852c19e2b3a7df8740320d9d4da3981 (patch)
treef99997e4ff06173171595f7a00fa1fde86072497 /llvm/lib/MC/MCObjectStreamer.cpp
parentb4a534559811ce82c3300fed9cafbd9d7dcf89d2 (diff)
downloadbcm5719-llvm-d9012ba11852c19e2b3a7df8740320d9d4da3981.tar.gz
bcm5719-llvm-d9012ba11852c19e2b3a7df8740320d9d4da3981.zip
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
Diffstat (limited to 'llvm/lib/MC/MCObjectStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCObjectStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
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())
OpenPOWER on IntegriCloud