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
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
module libunwind [system] {
|
|
header "libunwind.h"
|
|
export *
|
|
}
|
|
|
|
module unwind [system] {
|
|
header "__libunwind_config.h"
|
|
header "unwind.h"
|
|
export *
|
|
}
|