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

Richard Smith richard at metafoo.co.uk
Thu Jun 12 15:17:50 PDT 2014


On Wed, Jun 11, 2014 at 5:55 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 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++!
>

Thanks, fixed in r210841 for Clang and r210842 for LLVM.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140612/1faa6b2f/attachment.html>


More information about the cfe-commits mailing list