Skip to content

Commit

Permalink
[ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D61006

llvm-svn: 359099
  • Loading branch information
MaskRay committed Apr 24, 2019
1 parent 899d139 commit 5929553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/ELF/ScriptParser.cpp
Expand Up @@ -752,7 +752,6 @@ bool ScriptParser::readSectionDirective(OutputSection *Cmd, StringRef Tok1, Stri
} else {
skip(); // This is "COPY", "INFO" or "OVERLAY".
Cmd->NonAlloc = true;
Cmd->Type = SHT_PROGBITS;
}
expect(")");
return true;
Expand Down

0 comments on commit 5929553

Please sign in to comment.