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