[PATCH] D154895: [BOLT] Fix diagnostic message output

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 01:00:24 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b72920af63d: [BOLT] Fix warning message (authored by maksfb).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154895

Files:
  bolt/lib/Rewrite/RewriteInstance.cpp


Index: bolt/lib/Rewrite/RewriteInstance.cpp
===================================================================
--- bolt/lib/Rewrite/RewriteInstance.cpp
+++ bolt/lib/Rewrite/RewriteInstance.cpp
@@ -1174,6 +1174,8 @@
                << SymName;
         if (BC->HasRelocations)
           errs() << ". The support is limited in relocation mode\n";
+        else
+          errs() << '\n';
       }
       BC->HasSplitFunctions = true;
       BF->IsFragment = true;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154895.538947.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230711/e2bd06f6/attachment.bin>


More information about the llvm-commits mailing list