summaryrefslogtreecommitdiff
path: root/include/llvm-c/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/module.modulemap')
-rw-r--r--include/llvm-c/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm-c/module.modulemap b/include/llvm-c/module.modulemap
new file mode 100644
index 0000000000..2bcdbc17a5
--- /dev/null
+++ b/include/llvm-c/module.modulemap
@@ -0,0 +1,5 @@
+module LLVM_C {
+ requires cplusplus
+ umbrella "."
+ module * { export * }
+}