[PATCH] D32355: [ELF] - Remove dead TLS relocations relative code for MIPS and ARM

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 08:51:32 PDT 2017


peter.smith added a comment.

I don't have any objections to it being removed. It can be reintroduced if we need it later.

Perhaps the names of those functions are a bit general, for example should isTlsLocalDynamicRel() be isRelaxableTlsDynamicRel()?


https://reviews.llvm.org/D32355





More information about the llvm-commits mailing list