summaryrefslogtreecommitdiff
path: root/lib/LTO
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-05-12 14:43:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-05-12 14:43:25 +0000
commit64d3ae0c39a5ab00134d910959e4082da72e7aaa (patch)
tree1bc69b573248653c10f24217762efd8cf7960161 /lib/LTO
parent7624b86cfccca30eb5f15643a59a8e2a2361d6b0 (diff)
downloadllvm-64d3ae0c39a5ab00134d910959e4082da72e7aaa.tar.gz
llvm-64d3ae0c39a5ab00134d910959e4082da72e7aaa.tar.bz2
llvm-64d3ae0c39a5ab00134d910959e4082da72e7aaa.tar.xz
Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.
This lets us delete the MCAsmStreamer implementation. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO')
-rw-r--r--lib/LTO/LTOModule.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/LTO/LTOModule.cpp b/lib/LTO/LTOModule.cpp
index 93730ddb45..e9efba7e09 100644
--- a/lib/LTO/LTOModule.cpp
+++ b/lib/LTO/LTOModule.cpp
@@ -710,9 +710,6 @@ namespace {
bool EmitValueToOffset(const MCExpr *Offset,
unsigned char Value) override { return false; }
void EmitFileDirective(StringRef Filename) override {}
- void EmitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel,
- const MCSymbol *Label,
- unsigned PointerSize) override {}
void FinishImpl() override {}
void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override {
RecordProcEnd(Frame);