This patch adds statistics for other non-DWARF fragments emitted by
authorEli Bendersky <eliben@google.com>
Mon, 10 Dec 2012 18:59:39 +0000 (18:59 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 10 Dec 2012 18:59:39 +0000 (18:59 +0000)
commit6ac81f59a7954bd883bb194552eef1d91d04ad17
treead5f86c00aab269925c74f63786225594b4d7bfb
parentf21831073ca474601620d1a29258176b0deaedb2
This patch adds statistics for other non-DWARF fragments emitted by
the assembler. This is useful in order to know how the numbers add up,
since in particular the Align fragments account for a non-trivial
portion of the emitted fragments (especially on -O0 which sets
relax-all).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169747 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp