[ELF] Make getImplicitAddend return 0 for R_ARM_V4BX. NFC
authorFangrui Song <i@maskray.me>
Sun, 31 Oct 2021 06:31:38 +0000 (23:31 -0700)
committerFangrui Song <i@maskray.me>
Sun, 31 Oct 2021 06:31:39 +0000 (23:31 -0700)
commit3fe4b549159e6190798161c91f2efd8444a07e04
tree2d27cf5a846e1f6004ff751ff3fae6175e5261b3
parentaa1d32f519193786278bd2a39627cce34705e84e
[ELF] Make getImplicitAddend return 0 for R_ARM_V4BX. NFC

Will be useful if we move R_ARM_V4BX handling around.
lld/ELF/Arch/ARM.cpp