[PATCH] D80553: [NFC][Debugify] Format the CheckModuleDebugify output

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 07:00:40 PDT 2020


djtodoro updated this revision to Diff 266193.
djtodoro added a comment.

- posting the right patch


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80553/new/

https://reviews.llvm.org/D80553

Files:
  llvm/lib/Transforms/Utils/Debugify.cpp


Index: llvm/lib/Transforms/Utils/Debugify.cpp
===================================================================
--- llvm/lib/Transforms/Utils/Debugify.cpp
+++ llvm/lib/Transforms/Utils/Debugify.cpp
@@ -293,7 +293,7 @@
   // Skip modules without debugify metadata.
   NamedMDNode *NMD = M.getNamedMetadata("llvm.debugify");
   if (!NMD) {
-    dbg() << Banner << "Skipping module without debugify metadata\n";
+    dbg() << Banner << ": Skipping module without debugify metadata\n";
     return false;
   }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80553.266193.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/9ba6ce48/attachment.bin>


More information about the llvm-commits mailing list