ELF: Remove InputSectionBase::isLive and use Live member instead. NFC.
authorRui Ueyama <ruiu@google.com>
Wed, 24 Feb 2016 00:23:15 +0000 (00:23 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 24 Feb 2016 00:23:15 +0000 (00:23 +0000)
commit8fc070d64d005639856bdb8bca76d1dcb428f8ae
treee9133c4bf4ba1e2dc51e314366a5083d5b1805ea
parentd7e4a281c485b73a2ff033d51fb9ed603cf4b760
ELF: Remove InputSectionBase::isLive and use Live member instead. NFC.

This is also a preparation for ICF.

llvm-svn: 261711
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h
lld/ELF/OutputSections.cpp
lld/ELF/Writer.cpp