[PATCH] D67768: [DebugInfo] Add interface for pre-calculating the size of emitted DWARF
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 02:40:37 PDT 2019
dstenb added a comment.
In D67768#1708684 <https://reviews.llvm.org/D67768#1708684>, @aprantl wrote:
> Out of curiosity: do we record the comments even when we don't emit textual assembler?
Recording of comments is only done for textual assembly. It is enabled by querying `MCStreamer::isVerbose()`, which always returns false in the object file implementation.
(I used -save-temps when measuring the average size.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67768/new/
https://reviews.llvm.org/D67768
More information about the llvm-commits
mailing list