aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/module.install.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/module.install.modulemap')
-rw-r--r--include/llvm/module.install.modulemap27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/llvm/module.install.modulemap b/include/llvm/module.install.modulemap
new file mode 100644
index 000000000000..ac73a8612326
--- /dev/null
+++ b/include/llvm/module.install.modulemap
@@ -0,0 +1,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 *
+}