[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 18:29:26 PDT 2021


int3 added inline comments.


================
Comment at: lld/MachO/UnwindInfoSection.cpp:121
+
+template <class CompactUnwindEntry>
+class UnwindInfoSectionImpl : public UnwindInfoSection {
----------------
int3 wrote:
> gkm wrote:
> > 
> what is 'P' supposed to stand for? Maybe 'CPE' instead?
I meant `CUE`


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