1module libunwind [system] { 2 header "libunwind.h" 3 export * 4} 5 6module unwind [system] { 7 header "__libunwind_config.h" 8 header "unwind.h" 9 private textual header "unwind_arm_ehabi.h" 10 private textual header "unwind_itanium.h" 11 12 export * 13} 14