14 lines
246 B
Text
14 lines
246 B
Text
|
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 *
|
||
|
}
|