Make Discarded a InputSection.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 9 Nov 2016 16:55:07 +0000 (16:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 9 Nov 2016 16:55:07 +0000 (16:55 +0000)
commit6ff570a395d22d6f335ea8dd6aaad0471fc09263
tree95d0358c93b71e96aa5bf4664c381bd4b3a240e6
parent470de711778d64bf4b83f9ab945a5b24158ecc3c
Make Discarded a InputSection.

It was quite confusing that it had SectionKind of Regular, but was not
actually a InputSection.

llvm-svn: 286379
lld/ELF/InputFiles.cpp
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h