Simplify. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 19 Apr 2018 03:51:26 +0000 (03:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 19 Apr 2018 03:51:26 +0000 (03:51 +0000)
commit9c680301b0ee28dfea56e0853defc6eec18aef68
tree4e85afc1408e48e614d8c1cf5adde8a386259c07
parent719fcd08c6d584ba9e3d32c205e9b2f8a3209a9d
Simplify. NFC.

Using getOffset is here was a bit of an overkill. This is being
written and has relocations. This implies it is a .eh_frame or regular
section.

llvm-svn: 330307
lld/ELF/InputSection.cpp