Files
clang-p2996/libunwind/include/mach-o/compact_unwind_encoding.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

5 lines
98 B
Plaintext

module MachO.compact_unwind_encoding [system] {
header "compact_unwind_encoding.h"
export *
}