1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/module.install.modulemap

28 lines
604 B
Plaintext
Raw Normal View History

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 *
}