[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:15:19 PDT 2021
int3 added inline comments.
================
Comment at: lld/MachO/UnwindInfoSection.cpp:121
+
+template <class CompactUnwindEntry>
+class UnwindInfoSectionImpl : public UnwindInfoSection {
----------------
gkm wrote:
>
what is 'P' supposed to stand for? Maybe 'CPE' instead?
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