[llvm] [llvm][mustache] Simplify debug logging (PR #159193)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 30 17:09:00 PDT 2025
================
@@ -545,7 +571,7 @@ class AddIndentationStringStream : public MustacheOutputStream {
Indent.resize(Indentation, ' ');
for (char C : Data) {
- LLVM_DEBUG(dbgs() << "IndentationStream: NeedsIndent=" << NeedsIndent
+ LLVM_DEBUG(dbgs() << "[IndentationStream] NeedsIndent=" << NeedsIndent
----------------
ilovepi wrote:
I think this one is the odd one out. good catch. let me shore up the rest.
https://github.com/llvm/llvm-project/pull/159193
More information about the llvm-commits
mailing list