[PATCH] D105404: [lld/mac] Fix function offset on 1st-level unwind table sentinel
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 4 14:43:10 PDT 2021
tschuett added inline comments.
================
Comment at: lld/MachO/UnwindInfoSection.cpp:572
+ const CompactUnwindEntry<Ptr> &cuEnd = *cuPtrVector.back();
+ assert(cuEnd.functionAddress != static_cast<Ptr>(UINT64_MAX));
+ iep->functionOffset =
----------------
Do you want to keep the `static_cast`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105404/new/
https://reviews.llvm.org/D105404
More information about the llvm-commits
mailing list