From 651f680b79947b345a5cd6ddb177483365e3b551 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 21 May 2014 02:46:14 +0000 Subject: [modules] Add module maps for LLVM. These are not quite ready for prime-time yet, but only a few more Clang patches need to land. (I have 'ninja check' passing locally.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209269 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/module.modulemap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/llvm-c/module.modulemap (limited to 'include/llvm-c/module.modulemap') 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 * } +} -- cgit v1.2.3