1*fe013be4SDimitry Andric
2*fe013be4SDimitry Andricmodule LLVM_Extern_CodeGenTypes_Gen {
3*fe013be4SDimitry Andric  textual header "llvm/CodeGen/GenVT.inc"
4*fe013be4SDimitry Andric}
5*fe013be4SDimitry Andric
6*fe013be4SDimitry Andricmodule LLVM_Extern_Config_Def {
7*fe013be4SDimitry Andric  textual header "llvm/Config/AsmParsers.def"
8*fe013be4SDimitry Andric  textual header "llvm/Config/AsmPrinters.def"
9*fe013be4SDimitry Andric  textual header "llvm/Config/Disassemblers.def"
10*fe013be4SDimitry Andric  textual header "llvm/Config/Targets.def"
11*fe013be4SDimitry Andric  export *
12*fe013be4SDimitry Andric}
13*fe013be4SDimitry Andric
14*fe013be4SDimitry Andricmodule LLVM_Extern_IR_Attributes_Gen {
15*fe013be4SDimitry Andric  textual header "llvm/IR/Attributes.gen"
16*fe013be4SDimitry Andric  textual header "llvm/IR/Attributes.inc"
17*fe013be4SDimitry Andric}
18*fe013be4SDimitry Andric
19*fe013be4SDimitry Andricmodule LLVM_Extern_IR_Intrinsics_Gen {
20*fe013be4SDimitry Andric  textual header "llvm/IR/Intrinsics.gen"
21*fe013be4SDimitry Andric  textual header "llvm/IR/Intrinsics.inc"
22*fe013be4SDimitry Andric}
23*fe013be4SDimitry Andric
24*fe013be4SDimitry Andricmodule LLVM_Extern_IR_Intrinsics_Enum {
25*fe013be4SDimitry Andric  textual header "llvm/IR/IntrinsicEnums.inc"
26*fe013be4SDimitry Andric}
27*fe013be4SDimitry Andric
28*fe013be4SDimitry Andricmodule LLVM_Extern_Utils_DataTypes {
29*fe013be4SDimitry Andric  header "llvm/Support/DataTypes.h"
30*fe013be4SDimitry Andric  export *
31*fe013be4SDimitry Andric}
32*fe013be4SDimitry Andric
33*fe013be4SDimitry Andricmodule LLVM_Extern_TargetParser_Gen {
34*fe013be4SDimitry Andric  textual header "llvm/TargetParser/RISCVTargetParserDef.inc"
35*fe013be4SDimitry Andric}
36