bruno added a subscriber: bruno.

================
Comment at: lib/Headers/module.modulemap:133
@@ -131,2 +132,3 @@
     explicit module aes {
+      export sse2
       header "__wmmintrin_aes.h"
----------------
The mmx case above makes sense to me, but I find conceptually odd that we need 
to re-export sse2 in aes module, why not explicitly #include <emmintrin.h> in 
the source file?


https://reviews.llvm.org/D24752



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to