From 56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837 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.) llvm-svn: 209269 --- llvm/include/llvm-c/module.modulemap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llvm/include/llvm-c/module.modulemap (limited to 'llvm/include/llvm-c/module.modulemap') 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 * } +} -- cgit v1.2.3