[ELF] - Remove dead TLS relocations relative code for MIPS and ARM
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 26 Apr 2017 14:48:36 +0000 (14:48 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 26 Apr 2017 14:48:36 +0000 (14:48 +0000)
commit3505716d72cb316977012f2d3d475ee4bf969fcc
tree6bbadba54077f04d79b8eb8ffc3ff8a5f7bfb65c
parent828bd6169ca516a0a4f36792b49952403dfce96e
[ELF] - Remove dead TLS relocations relative code for MIPS and ARM

This code was not used because of
handleARMTlsRelocation and handleMipsTlsRelocation methods that are called
for these platforms instead of regular TLS code.

Differential revision: https://reviews.llvm.org/D32355

llvm-svn: 301414
lld/ELF/Target.cpp