[ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after r358981
authorFangrui Song <maskray@google.com>
Thu, 30 May 2019 15:52:11 +0000 (15:52 +0000)
committerFangrui Song <maskray@google.com>
Thu, 30 May 2019 15:52:11 +0000 (15:52 +0000)
commit0317e46a6322037cef6160dd7216dfe0499aaa4b
tree7ba95f3faefdd2bb728b38b03fced242b1a3ea8f
parent7316670ef0a6666357bee8ea62a0eec38cdd7f97
[ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after r358981

After D60131/r358981, we no longer create SHT_NOBITS sections that may
contain ByteCommand (BYTE, SHORT, LONG, QUAD).

llvm-svn: 362108
lld/ELF/OutputSections.cpp