[ELF] - Recommit r293749. Improve comment. NFC.

llvm-svn: 293751
This commit is contained in:
George Rimar 2017-02-01 09:14:22 +00:00
parent 091f9b35c7
commit 697507556a

View File

@ -1494,8 +1494,7 @@ ScriptParser::readOutputSectionDescription(StringRef OutSec) {
while (!Error && !consume("}")) {
StringRef Tok = next();
if (Tok == ";") {
// Commands may contain excessive additional semicolons around.
// We should be able to parse it.
// Empty commands are allowed. Do nothing here.
} else if (SymbolAssignment *Assignment = readProvideOrAssignment(Tok)) {
Cmd->Commands.emplace_back(Assignment);
} else if (BytesDataCommand *Data = readBytesDataCommand(Tok)) {