Skip to content

Commit 6e649f0

Browse files
committed
Correct formatting
1 parent ad7a0d4 commit 6e649f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lld/ELF/LinkerScript.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,8 @@ LinkerScript::computeInputSections(const InputSectionDescription *cmd,
609609
continue;
610610
bool isSpill = sec->parent && isa<OutputSection>(sec->parent);
611611
if (!sec->parent || (isSpill && outCmd.name == "/DISCARD/")) {
612-
errorOrWarn("section '" + sec->name + "' cannot spill from/to /DISCARD/");
612+
errorOrWarn("section '" + sec->name +
613+
"' cannot spill from/to /DISCARD/");
613614
continue;
614615
}
615616
if (isSpill)

0 commit comments

Comments
 (0)