[PATCH] D154895: [BOLT] Fix diagnostic message output
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 14:31:06 PDT 2023
maksfb created this revision.
maksfb added reviewers: Amir, ayermolo, rafaelauler.
Herald added a reviewer: rafauler.
Herald added a subscriber: treapster.
Herald added a project: All.
maksfb requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.
Add missing EOL.
Repository:
rG LLVM Github Monorepo
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
@@ -1173,6 +1173,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.538824.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230710/0bf86e30/attachment.bin>
More information about the llvm-commits
mailing list