Remove Target::isTlsGlobalDynamicRel()
authorRui Ueyama <ruiu@google.com>
Thu, 6 Apr 2017 03:30:32 +0000 (03:30 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 6 Apr 2017 03:30:32 +0000 (03:30 +0000)
commitc2a49bf95cd72283e0327fb7354b8665b953e8de
treefc7591184fbaa5416417b5a42369d047fcdd6b59
parent30169d5ef2d575ba8b7cc227c5437371a3572fba
Remove Target::isTlsGlobalDynamicRel()

Relocations are abstracted as platform-independent R_TLS_* relocations,
so we don't need to check platform-specific ones to see if a relocation
is TLS GD.

llvm-svn: 299614
lld/ELF/Relocations.cpp
lld/ELF/Target.cpp
lld/ELF/Target.h