dongjunduo added a comment. In D131469#3715929 <https://reviews.llvm.org/D131469#3715929>, @jamieschmeiser wrote:
> You should not have debugging information in code that is up for review. If > this is debugging information that you plan to leave in for future purposes > (which I doubt is the case here), you need to protect it so that it isn't > active unless some option is set. For example, see LLVM_DEBUG code that > lives in various opt routines. Got it. I want to use this unnecessary `print` to find why some tests passed in local but failed in CI. They will be removed soon. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131469/new/ https://reviews.llvm.org/D131469 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits