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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 01:35:35 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG65030821d4a6: [NFC][Debugify] Format the CheckModuleDebugify output (authored by djtodoro).

Repository:
  rG LLVM Github Monorepo

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.266452.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/4831c3eb/attachment.bin>


More information about the llvm-commits mailing list