[PATCH] D123276: [lld-macho] Use fewer indirections in UnwindInfo implementation
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 07:20:58 PDT 2022
oontvoo added inline comments.
================
Comment at: lld/MachO/UnwindInfoSection.cpp:107
+struct CompactUnwindEntry {
+ uint64_t functionAddress;
+ uint32_t functionLength;
----------------
IIRC, this was changed to `Ptr` (it was originally `uint64_t`) because of an overflow bug on 32-bit platforms ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123276/new/
https://reviews.llvm.org/D123276
More information about the llvm-commits
mailing list