[PATCH] Added missing exports
John Thompson
john.thompson.jtsoftware at gmail.com
Mon May 18 18:09:47 PDT 2015
Hi rsmith,
It seems these exports are needed.
http://reviews.llvm.org/D9842
Files:
lib/Headers/module.modulemap
Index: lib/Headers/module.modulemap
===================================================================
--- lib/Headers/module.modulemap
+++ lib/Headers/module.modulemap
@@ -157,16 +157,19 @@
explicit module aes_pclmul {
requires aes, pclmul
header "wmmintrin.h"
+ export aes_pclmul
}
explicit module aes {
requires aes
header "__wmmintrin_aes.h"
+ export aes
}
explicit module pclmul {
requires pclmul
header "__wmmintrin_pclmul.h"
+ export pclmul
}
}
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9842.26028.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150519/455ec947/attachment.bin>
More information about the cfe-commits
mailing list