r238345 - It appears these exports are needed, as wmmintrin.h includes them.
John Thompson
John.Thompson.JTSoftware at gmail.com
Wed May 27 11:26:42 PDT 2015
Author: jtsoftware
Date: Wed May 27 13:26:41 2015
New Revision: 238345
URL: http://llvm.org/viewvc/llvm-project?rev=238345&view=rev
Log:
It appears these exports are needed, as wmmintrin.h includes them.
Modified:
cfe/trunk/lib/Headers/module.modulemap
Modified: cfe/trunk/lib/Headers/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/module.modulemap?rev=238345&r1=238344&r2=238345&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/module.modulemap (original)
+++ cfe/trunk/lib/Headers/module.modulemap Wed May 27 13:26:41 2015
@@ -157,6 +157,8 @@ module _Builtin_intrinsics [system] [ext
explicit module aes_pclmul {
requires aes, pclmul
header "wmmintrin.h"
+ export aes
+ export pclmul
}
explicit module aes {
More information about the cfe-commits
mailing list