summaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-16 21:20:32 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-16 21:20:32 +0000
commitaf6b5808756d6ce335df9eb158efa33894b401c4 (patch)
treea9ef8066cc4945aa0b1b591bed1ea1c2740c0c6f /lib/MC/MCELFStreamer.cpp
parent668ac2fdae69ed358ecf690d6a07428e5a9ee2f7 (diff)
downloadllvm-af6b5808756d6ce335df9eb158efa33894b401c4.tar.gz
llvm-af6b5808756d6ce335df9eb158efa33894b401c4.tar.bz2
llvm-af6b5808756d6ce335df9eb158efa33894b401c4.tar.xz
Add .loc methods to the streamer.
Next: Add support for the !HasDotLocAndDotFile case to the MCAsmStreamer and then switch codegen to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCELFStreamer.cpp')
-rw-r--r--lib/MC/MCELFStreamer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/MC/MCELFStreamer.cpp b/lib/MC/MCELFStreamer.cpp
index 157c0c0b64..75e58de319 100644
--- a/lib/MC/MCELFStreamer.cpp
+++ b/lib/MC/MCELFStreamer.cpp
@@ -137,9 +137,6 @@ public:
unsigned char Value = 0);
virtual void EmitFileDirective(StringRef Filename);
- virtual void EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) {
- DEBUG(dbgs() << "FIXME: MCELFStreamer:EmitDwarfFileDirective not implemented\n");
- }
virtual void Finish();