aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm12/include/llvm/module.install.modulemap
blob: ac73a861232657ae0453d8e10fb65c1f014e03d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module LLVM_Extern_Config_Def {
 textual header "Config/AsmParsers.def"
 textual header "Config/AsmPrinters.def"
 textual header "Config/Disassemblers.def"
 textual header "Config/Targets.def"
 export *
}

module LLVM_Extern_IR_Attributes_Gen {
  textual header "IR/Attributes.gen"
  textual header "IR/Attributes.inc"
}

module LLVM_Extern_IR_Intrinsics_Gen {
  textual header "IR/Intrinsics.gen"
  textual header "IR/Intrinsics.inc"
}

module LLVM_Extern_IR_Intrinsics_Enum {
  textual header "IR/IntrinsicEnums.inc"
}

module LLVM_Extern_Utils_DataTypes {
  header "Support/DataTypes.h"
  export *
}