1187d8a62b
Add unwind_arm_ehabi.h and unwind_itanium.h to the unwind module and use angle includes to include them. Reviewed By: ldionne, #libunwind Differential Revision: https://reviews.llvm.org/D144323
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
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 *
|
|
}
|