[ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFC
authorFangrui Song <maskray@google.com>
Mon, 23 Dec 2019 00:55:38 +0000 (16:55 -0800)
committerFangrui Song <maskray@google.com>
Mon, 23 Dec 2019 00:58:22 +0000 (16:58 -0800)
commit2539cd22e96ef53da204c9bb28b8a38a582c1309
tree7eaa6c49f52f30fc9bf125c6e3af40a87298683f
parentbd5c8d167b7cce3290d755e29623d047c2ad8e3e
[ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFC

scanReloc() returns when it sees an R_HINT.
lld/ELF/Relocations.cpp