pub fn build_compact_unwind_section(
entries: impl IntoIterator<Item = CompactUnwindEntryData>,
lsda_section_index: Option<SectionIndex>,
) -> Option<CustomSection>Expand description
Build the 64-bit Mach-O __compact_unwind section consumed by the
runtime compact-unwind publisher.