https://github.com/ilovepi commented:
Some of the logging seems a bit excessive. we normally try to limit the debug logs to things we care about, and this seems a bit verbose/spammy. That doesn't mean its not useful, so if you found this level of logging helpful in tuning this set o patches, thats fine, but more typically I'd want more targeted logging, or logs that clearly delineate different operations. You may want to look at the logging in clang's parser, or some of the optimization passes to see what kinds of things people typically put into the debug output. https://github.com/llvm/llvm-project/pull/200302 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
