Skip to content

Commit 417196c

Browse files
author
Alexander Yermolovich
committed
nit
1 parent bfb1dc6 commit 417196c

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
@@ -2054,7 +2054,7 @@ void RewriteInstance::adjustCommandLineOptions() {
20542054

20552055
if (!BC->HasRelocations &&
20562056
opts::ICF == IdenticalCodeFolding::ICFLevel::Safe) {
2057-
BC->errs() << "BOLT-ERROR: Binary built without relocations. Safe ICF is "
2057+
BC->errs() << "BOLT-ERROR: binary built without relocations. Safe ICF is "
20582058
"not supported\n";
20592059
exit(1);
20602060
}

0 commit comments

Comments
 (0)