Reduce clutter in asm output. Do not emit source location as comment for each instruc...
[oota-llvm.git] / lib / MC / MCStreamer.cpp
index 80614bba92a5ff56eb4b4a105bb233c775c557e2..406910e255d7d6c8b3924d5d2ea7a842b9b45f54 100644 (file)
@@ -135,7 +135,8 @@ bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo,
 void MCStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
                                        unsigned Column, unsigned Flags,
                                        unsigned Isa,
-                                       unsigned Discriminator) {
+                                       unsigned Discriminator,
+                                       StringRef FileName) {
   getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
                                   Discriminator);
 }