Details
- Reviewers
int3 - Group Reviewers
Restricted Project
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I'm not really seeing how this is better than the current implementation. Could you explain?
Nope is fine. But it keeps the section and section_64 instead of the offset in getEmbeddedAddend.
lld/MachO/Target.h | ||
---|---|---|
32 | This template hack is gone now. |
Yeah I'm not a fan of this. I think passing the offset is fine: we call it in exactly one place in the code, so there's little risk of confusion. And LLD-ELF has a similar design.
clang-tidy: warning: invalid case style for class 'X86_64' [readability-identifier-naming]
not useful