[PATCH] Added missing exports
Sean Silva
chisophugis at gmail.com
Fri May 22 14:23:41 PDT 2015
This makes more sense. LGTM.
-- Sean Silva
On Thu, May 21, 2015 at 6:03 PM, John Thompson <
john.thompson.jtsoftware at gmail.com> wrote:
> It turns out that these are the exports needed, since the wmmintrin.h file
> includes the aes and pclmul headers.
>
>
> http://reviews.llvm.org/D9842
>
> Files:
> lib/Headers/module.modulemap
>
> Index: lib/Headers/module.modulemap
> ===================================================================
> --- lib/Headers/module.modulemap
> +++ lib/Headers/module.modulemap
> @@ -157,6 +157,8 @@
> explicit module aes_pclmul {
> requires aes, pclmul
> header "wmmintrin.h"
> + export aes
> + export pclmul
> }
>
> explicit module aes {
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150522/57cfc0f7/attachment.html>
More information about the cfe-commits
mailing list