Files
clang-p2996/libunwind/include/libunwind.modulemap
Ian Anderson 6408e6c99d [libunwind] Add module maps for libunwind
Add module maps for the libunwind headers. unwind_arm_ehabi.h and unwind_itanium.h aren't covered because they don't get installed on all platforms.

Reviewed By: #libunwind, MaskRay

Differential Revision: https://reviews.llvm.org/D135345
2022-10-26 22:39:46 -07:00

11 lines
155 B
Plaintext

module libunwind [system] {
header "libunwind.h"
export *
}
module unwind [system] {
header "__libunwind_config.h"
header "unwind.h"
export *
}