There was initially some concern around the correct handling of pcrel
section relocations with r_length != 2. But it looks like there are no such
relocations in practice -- x86_64's pcrel section relocs all have r_length == 2,
and ARM64 doesn't even have pcrel section relocs. So we can replace the TODO
with an assert.
Details
Details
- Reviewers
thakis - Group Reviewers
Restricted Project - Commits
- rGf083f652c3fd: [lld-macho][nfc] Remove TODO regarding addends
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo