diff options
author | Devang Patel <dpatel@apple.com> | 2011-04-18 20:26:49 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-04-18 20:26:49 +0000 |
commit | 3f3bf9387b75f4c932e4c59bd7af719d26ae4b99 (patch) | |
tree | 5f2fa00ae8c15e7ab311c29fe1a3bfd213ba190a /lib/MC/MCNullStreamer.cpp | |
parent | 5d5ef4a886290565570703747264cd47800765fc (diff) |
Reduce clutter in asm output. Do not emit source location as comment for each instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCNullStreamer.cpp')
-rw-r--r-- | lib/MC/MCNullStreamer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/MC/MCNullStreamer.cpp b/lib/MC/MCNullStreamer.cpp index 08ddf01d1a..9e1fbb2282 100644 --- a/lib/MC/MCNullStreamer.cpp +++ b/lib/MC/MCNullStreamer.cpp @@ -89,7 +89,8 @@ namespace { } virtual void EmitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, unsigned Flags, - unsigned Isa, unsigned Discriminator) {} + unsigned Isa, unsigned Discriminator, + StringRef FileName) {} virtual void EmitInstruction(const MCInst &Inst) {} virtual void Finish() {} |