[modules] Add module maps for LLVM. These are not quite ready for prime-time
[oota-llvm.git] / include / llvm / module.modulemap.build
diff --git a/include/llvm/module.modulemap.build b/include/llvm/module.modulemap.build
new file mode 100644 (file)
index 0000000..7150fe9
--- /dev/null
@@ -0,0 +1,5 @@
+// This is copied into the build area for a $src != $build compilation.
+module LLVM_Support_DataTypes {
+  header "Support/DataTypes.h"
+  export *
+}