[PATCH] D99823: [lld-macho] Add 32-bit compact unwind support

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 21:06:14 PDT 2021


int3 added inline comments.


================
Comment at: lld/MachO/UnwindInfoSection.cpp:121
+
+template <class CompactUnwindEntry>
+class UnwindInfoSectionImpl : public UnwindInfoSection {
----------------
int3 wrote:
> int3 wrote:
> > gkm wrote:
> > > 
> > what is 'P' supposed to stand for? Maybe 'CPE' instead?
> I meant `CUE`
Oh, I see -- you mean to parameterize things by the word size rather than the struct. That makes sense...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99823/new/

https://reviews.llvm.org/D99823



More information about the llvm-commits mailing list