We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1dc6 commit 417196cCopy full SHA for 417196c
bolt/lib/Rewrite/RewriteInstance.cpp
@@ -2054,7 +2054,7 @@ void RewriteInstance::adjustCommandLineOptions() {
2054
2055
if (!BC->HasRelocations &&
2056
opts::ICF == IdenticalCodeFolding::ICFLevel::Safe) {
2057
- BC->errs() << "BOLT-ERROR: Binary built without relocations. Safe ICF is "
+ BC->errs() << "BOLT-ERROR: binary built without relocations. Safe ICF is "
2058
"not supported\n";
2059
exit(1);
2060
}
0 commit comments