diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-16 21:20:32 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-16 21:20:32 +0000 |
commit | af6b5808756d6ce335df9eb158efa33894b401c4 (patch) | |
tree | a9ef8066cc4945aa0b1b591bed1ea1c2740c0c6f /lib/MC/MCMachOStreamer.cpp | |
parent | 668ac2fdae69ed358ecf690d6a07428e5a9ee2f7 (diff) |
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/MCMachOStreamer.cpp')
-rw-r--r-- | lib/MC/MCMachOStreamer.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/MC/MCMachOStreamer.cpp b/lib/MC/MCMachOStreamer.cpp index b8640d3b08..67a144a341 100644 --- a/lib/MC/MCMachOStreamer.cpp +++ b/lib/MC/MCMachOStreamer.cpp @@ -92,12 +92,6 @@ public: //report_fatal_error("unsupported directive: '.file'"); } - virtual void EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) { - // FIXME: Just ignore the .file; it isn't important enough to fail the - // entire assembly. - - //report_fatal_error("unsupported directive: '.file'"); - } virtual void Finish(); |