summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/include/clang-c/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/clang/include/clang-c/module.modulemap')
-rw-r--r--contrib/llvm/tools/clang/include/clang-c/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/llvm/tools/clang/include/clang-c/module.modulemap b/contrib/llvm/tools/clang/include/clang-c/module.modulemap
new file mode 100644
index 0000000..95a59d6
--- /dev/null
+++ b/contrib/llvm/tools/clang/include/clang-c/module.modulemap
@@ -0,0 +1,4 @@
+module Clang_C {
+ umbrella "."
+ module * { export * }
+}
OpenPOWER on IntegriCloud