summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-05-27 21:04:14 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-05-27 21:04:14 +0000
commit983bec6bc688d00c39e1072ccd5adc5744f5ac53 (patch)
treecac24a5cc8beda9d1e597c10adfef98a5acc15e2 /llvm/lib/MC/MCMachOStreamer.cpp
parent2f9bdd8c9fffe4646d33a85349f55b43f795a253 (diff)
downloadbcm5719-llvm-983bec6bc688d00c39e1072ccd5adc5744f5ac53.tar.gz
bcm5719-llvm-983bec6bc688d00c39e1072ccd5adc5744f5ac53.zip
Rename and move getCurrentSectionData.
I think this concludes the merge of MCSectionData and MCSection. llvm-svn: 238358
Diffstat (limited to 'llvm/lib/MC/MCMachOStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCMachOStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCMachOStreamer.cpp b/llvm/lib/MC/MCMachOStreamer.cpp
index e951073cb69..6591259758f 100644
--- a/llvm/lib/MC/MCMachOStreamer.cpp
+++ b/llvm/lib/MC/MCMachOStreamer.cpp
@@ -288,7 +288,7 @@ bool MCMachOStreamer::EmitSymbolAttribute(MCSymbol *Symbol,
// important for matching the string table that 'as' generates.
IndirectSymbolData ISD;
ISD.Symbol = Symbol;
- ISD.Section = getCurrentSectionData();
+ ISD.Section = getCurrentSectionOnly();
getAssembler().getIndirectSymbols().push_back(ISD);
return true;
}
OpenPOWER on IntegriCloud