[lld] [lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section (PR #87635)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 12:32:36 PDT 2024
kovdan01 wrote:
@zeroomega Thanks for a detailed report!
> You can see index 16, `.rel.dyn` section is empty
Having rel(a) or relr section empty in some rare cases is expected behavior with this patch applied, we have tests for that (unfortunately, it's pretty hard to avoid that at current lld state). But, if such files cause issues when passed later as input for lld, we need to investigate that. If it does not contradict with specs, lld should be able to properly process input files with empty relocation sections, and it looks like that it isn't able to do that now.
https://github.com/llvm/llvm-project/pull/87635
More information about the llvm-commits
mailing list