mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[ELF] - Recommit r293749. Improve comment. NFC.
llvm-svn: 293751
This commit is contained in:
parent
091f9b35c7
commit
697507556a
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user