[PATCH] D116667: [lld-link] Consistently print all /verbose output to stderr

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 08:52:37 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5730d11c2b52: [lld-link] Consistently print all /verbose output to stderr (authored by thakis).
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116667

Files:
  lld/COFF/Chunks.cpp


Index: lld/COFF/Chunks.cpp
===================================================================
--- lld/COFF/Chunks.cpp
+++ lld/COFF/Chunks.cpp
@@ -635,7 +635,7 @@
   // Removed by dead-stripping. If it's removed by ICF, ICF already
   // printed out the name, so don't repeat that here.
   if (sym && this == repl)
-    message("Discarded " + sym->getName());
+    log("Discarded " + sym->getName());
 }
 
 StringRef SectionChunk::getDebugName() const {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116667.397606.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220105/9c9de965/attachment.bin>


More information about the llvm-commits mailing list