From 70e2e75e5467442ea9e9c43802045a6cae96e88d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 12 Jun 2014 00:32:32 +0000 Subject: [modules] Add first-draft module maps for Clang. These don't cover everything yet, but they're enough for a clean bootstrap (with a few local patches that are yet to be committed). llvm-svn: 210726 --- clang/include/clang-c/module.modulemap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clang/include/clang-c/module.modulemap (limited to 'clang/include/clang-c/module.modulemap') diff --git a/clang/include/clang-c/module.modulemap b/clang/include/clang-c/module.modulemap new file mode 100644 index 00000000000..ebf17b38668 --- /dev/null +++ b/clang/include/clang-c/module.modulemap @@ -0,0 +1,5 @@ +module Clang_C { + requires cplusplus + umbrella "." + module * { export * } +} -- cgit v1.2.3