[lld] [llvm] [lld][MachO] Add ARM64e pointer authentication linking support (PR #188378)
Daniel RodrÃguez Troitiño via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 18:56:50 PDT 2026
================
----------------
drodriguez wrote:
It is not very expensive, but it is also not very cheap either. The function is invoked for every `writeChainedRebase`, `writeChainedBind` and every chained section `writeTo`. Maybe it should be calculated once and saved, and then passed into `writeChainedRebase`, `writeChainedBind` and others from `writeTo`.
https://github.com/llvm/llvm-project/pull/188378
More information about the llvm-commits
mailing list