[all-commits] [llvm/llvm-project] 678c1f: [ELF] Remove a R_ARM_PCA special case from relocat...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Sep 19 21:05:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 678c1f142c0688a092bf36c98294e5302b105a41
https://github.com/llvm/llvm-project/commit/678c1f142c0688a092bf36c98294e5302b105a41
Author: Fangrui Song <i at maskray.me>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M lld/ELF/InputSection.cpp
Log Message:
-----------
[ELF] Remove a R_ARM_PCA special case from relocateNonAlloc
https://reviews.llvm.org/D75042 added a special case about R_ARM_PCA to
relocateNonAlloc. This is untested and actually unused in the wild.
More information about the All-commits
mailing list