Eric Fiselier | d715843 | 2018-11-21 20:46:50 +0000 | [diff] [blame] | 1 | |
| 2 | module LLVM_Extern_Config_Def { |
| 3 | textual header "Config/AsmParsers.def" |
| 4 | textual header "Config/AsmPrinters.def" |
| 5 | textual header "Config/Disassemblers.def" |
| 6 | textual header "Config/Targets.def" |
| 7 | export * |
| 8 | } |
| 9 | |
| 10 | module LLVM_Extern_IR_Attributes_Gen { |
| 11 | textual header "IR/Attributes.gen" |
| 12 | textual header "IR/Attributes.inc" |
| 13 | } |
| 14 | |
| 15 | module LLVM_Extern_IR_Intrinsics_Gen { |
| 16 | textual header "IR/Intrinsics.gen" |
| 17 | textual header "IR/Intrinsics.inc" |
| 18 | } |
| 19 | |
| 20 | module LLVM_Extern_IR_Intrinsics_Enum { |
| 21 | textual header "IR/IntrinsicEnums.inc" |
| 22 | } |
| 23 | |
| 24 | module LLVM_Extern_Utils_DataTypes { |
| 25 | header "Support/DataTypes.h" |
| 26 | export * |
| 27 | } |