[PATCH] Added missing exports

John Thompson john.thompson.jtsoftware at gmail.com
Thu May 21 18:03:28 PDT 2015


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 --------------
A non-text attachment was scrubbed...
Name: D9842.26299.patch
Type: text/x-patch
Size: 363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150522/2628127c/attachment.bin>


More information about the cfe-commits mailing list