Skip to content

Commit 5490bcf

Browse files
committed
[BOLT] Add missing new line. NFC
1 parent 30c49a4 commit 5490bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Rewrite/RewriteInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ Error RewriteInstance::readSpecialSections() {
20782078
if (BC->IsStripped && !opts::AllowStripped) {
20792079
BC->errs()
20802080
<< "BOLT-ERROR: stripped binaries are not supported. If you know "
2081-
"what you're doing, use --allow-stripped to proceed";
2081+
"what you're doing, use --allow-stripped to proceed\n";
20822082
exit(1);
20832083
}
20842084

0 commit comments

Comments
 (0)