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 e2fc338 commit d2f1eeeCopy full SHA for d2f1eee
llvm/lib/ObjectYAML/MachOEmitter.cpp
@@ -305,7 +305,8 @@ void MachOWriter::writeLoadCommands(raw_ostream &OS) {
305
if (NameCStr)
306
Name = NameCStr;
307
else
308
- Name = "(0x" + Twine::utohexstr(LC.Data.load_command_data.cmd).str() + ")";
+ Name =
309
+ "(0x" + Twine::utohexstr(LC.Data.load_command_data.cmd).str() + ")";
310
311
WithColor::warning() << "load command " << i << " " << Name
312
<< " cmdsize too small ("
0 commit comments