llvm-project
fd5d7c50 - ELF: Split relocateAlloc to relocateAlloc and relocateEh. NFC

Commit
86 days ago
ELF: Split relocateAlloc to relocateAlloc and relocateEh. NFC relocateAlloc can be called with either InputSection (including SyntheticSection like GotSection) or EhInputSection. Introduce relocateEh so that we can remove some boilerplate and replace relocateAlloc's parameter type with `InputSection`. Pull Request: https://github.com/llvm/llvm-project/pull/160031
Author
Parents
Loading