This could probably have been part of D99633, but I split it up to make
things a bit more reviewable. I also fixed some bugs in the implementation that
were masked through integer underflows when operating in 64-bit mode.
Details
Details
- Reviewers
gkm - Group Reviewers
Restricted Project - Commits
- rG1460942c15a7: [lld-macho] Add 32-bit compact unwind support
rG35a745d814e1: [lld-macho] Add 32-bit compact unwind support
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/MachO/UnwindInfoSection.cpp | ||
---|---|---|
121 | what is 'P' supposed to stand for? Maybe 'CPE' instead? |
lld/MachO/UnwindInfoSection.cpp | ||
---|---|---|
121 | I meant CUE |
lld/MachO/UnwindInfoSection.cpp | ||
---|---|---|
121 | Oh, I see -- you mean to parameterize things by the word size rather than the struct. That makes sense... |