[PATCH] D24752: [Modules] Add missing dependencies to clang builtins modulemap
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 09:57:09 PDT 2016
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
More information about the cfe-commits
mailing list