brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · 775841e Raw
14 lines · plain
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