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 {
359359 void setFileBuildID (StringRef ID) { FileBuildID = std::string (ID); }
360360
361361 bool hasSymbolsWithFileName () const { return HasSymbolsWithFileName; }
362- void setHasSymbolsWithFileName (bool Value) { HasSymbolsWithFileName = true ; }
362+ void setHasSymbolsWithFileName (bool Value) { HasSymbolsWithFileName = Value ; }
363363
364364 // / Return true if relocations against symbol with a given name
365365 // / must be created.
Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ void RewriteInstance::registerFragments() {
14971497 if (!BC->hasSymbolsWithFileName ()) {
14981498 BC->errs () << " BOLT-ERROR: input file has split functions but does not "
14991499 " 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 " ;
15011501 exit (1 );
15021502 }
15031503
You can’t perform that action at this time.
0 commit comments