Skip to content

Commit f1131fa

Browse files
committed
Correct formatting
1 parent ccb32f5 commit f1131fa

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
@@ -607,7 +607,8 @@ LinkerScript::computeInputSections(const InputSectionDescription *cmd,
607607
continue;
608608
bool isSpill = sec->parent && isa<OutputSection>(sec->parent);
609609
if (!sec->parent || (isSpill && outCmd.name == "/DISCARD/")) {
610-
errorOrWarn("section '" + sec->name + "' cannot spill from/to /DISCARD/");
610+
errorOrWarn("section '" + sec->name +
611+
"' cannot spill from/to /DISCARD/");
611612
continue;
612613
}
613614
if (isSpill)

0 commit comments

Comments
 (0)