[all-commits] [llvm/llvm-project] 2539cd: [ELF] Delete a redundant R_HINT check from isStati...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 22 16:58:28 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2539cd22e96ef53da204c9bb28b8a38a582c1309
https://github.com/llvm/llvm-project/commit/2539cd22e96ef53da204c9bb28b8a38a582c1309
Author: Fangrui Song <maskray at google.com>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
[ELF] Delete a redundant R_HINT check from isStaticLinkTimeConstant(). NFC
scanReloc() returns when it sees an R_HINT.
More information about the All-commits
mailing list