[LLD][ELF] - Remove dead code from handleTlsRelocation. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 13 Aug 2018 11:20:18 +0000 (11:20 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 13 Aug 2018 11:20:18 +0000 (11:20 +0000)
commitb44789759b7093728849d0f4c9ae8857deea35b1
tree75ba559673b30b211cc4593b5f7dda214eeabfe3
parent24d86d8513d59c0c294b6a3db40eebdc26f36702
[LLD][ELF] - Remove dead code from handleTlsRelocation. NFC.

That piece of code is really very old and "protected"
from TLS relocations against symbol in non-allocatable sections.
It is useless because normally non-alloc sections have relocations
with allocatable targets, but not the reverse.
And so the code was simply dead.

llvm-svn: 339553
lld/ELF/Relocations.cpp