An ARM64_RELOC_ADDEND relocation reuses the symbol field for the addend value.
We should pass through such relocations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-objcopy/MachO/Object.h | ||
---|---|---|
183 | Would be good to expand this comment a little bit explaining the specifics of such relocations |
Would be good to expand this comment a little bit explaining the specifics of such relocations
(basically mention that the symbol field actually stores the addend value)