Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 pmbaty 1
module libunwind [system] {
2
  header "libunwind.h"
3
  export *
4
}
5
 
6
module unwind [system] {
7
  header "__libunwind_config.h"
8
  header "unwind.h"
9
  private textual header "unwind_arm_ehabi.h"
10
  private textual header "unwind_itanium.h"
11
 
12
  export *
13
}