File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ class BinaryContext {
359
359
void setFileBuildID (StringRef ID) { FileBuildID = std::string (ID); }
360
360
361
361
bool hasSymbolsWithFileName () const { return HasSymbolsWithFileName; }
362
- void setHasSymbolsWithFileName (bool Value) { HasSymbolsWithFileName = true ; }
362
+ void setHasSymbolsWithFileName (bool Value) { HasSymbolsWithFileName = Value ; }
363
363
364
364
// / Return true if relocations against symbol with a given name
365
365
// / must be created.
Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ void RewriteInstance::registerFragments() {
1497
1497
if (!BC->hasSymbolsWithFileName ()) {
1498
1498
BC->errs () << " BOLT-ERROR: input file has split functions but does not "
1499
1499
" have FILE symbols. If the binary was stripped, preserve "
1500
- " FILE symbols with --keep-file-symbols strip option" ;
1500
+ " FILE symbols with --keep-file-symbols strip option\n " ;
1501
1501
exit (1 );
1502
1502
}
1503
1503
You can’t perform that action at this time.
0 commit comments