[PATCH] D49003: [Debugify] Export per-pass debug info loss statistics

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 17:46:47 PDT 2018


vsk added a comment.

In https://reviews.llvm.org/D49003#1153875, @aprantl wrote:

> This is definitely going to be very useful! It's not very large, but generally I wonder if llvm-developer-centric features like this should be made `#ifndef NDEBUG`-only to not weigh down clang releases' binary size?


I think we'd get much more space savings per unit of effort by not shipping these 5 binaries (over 100 MB): http://lists.llvm.org/pipermail/llvm-dev/2018-May/123310.html. I'll get around to that one of these days .. :). I'd rather not pepper NDEBUG around opt for more marginal savings.


https://reviews.llvm.org/D49003





More information about the llvm-commits mailing list