r210726 - [modules] Add first-draft module maps for Clang. These don't cover everything

Jordan Rose jordan_rose at apple.com
Wed Jun 11 17:55:16 PDT 2014


This is awesome!


On Jun 11, 2014, at 17:32 , Richard Smith <richard-llvm at metafoo.co.uk> wrote:

> Added: cfe/trunk/include/clang-c/module.modulemap
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/module.modulemap?rev=210726&view=auto
> ==============================================================================
> --- cfe/trunk/include/clang-c/module.modulemap (added)
> +++ cfe/trunk/include/clang-c/module.modulemap Wed Jun 11 19:32:32 2014
> @@ -0,0 +1,5 @@
> +module Clang_C {
> +  requires cplusplus
> +  umbrella "."
> +  module * { export * }
> +}

I don't think Clang_C requires C++!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140611/75e12d6a/attachment.html>


More information about the cfe-commits mailing list