bolt/deps/llvm-18.1.8/libunwind/include/libunwind.modulemap

14 lines
246 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
module libunwind [system] {
header "libunwind.h"
export *
}
module unwind [system] {
header "__libunwind_config.h"
header "unwind.h"
private textual header "unwind_arm_ehabi.h"
private textual header "unwind_itanium.h"
export *
}