]> granicus.if.org Git - clang/commitdiff
It appears these exports are needed, as wmmintrin.h includes them.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Wed, 27 May 2015 18:26:41 +0000 (18:26 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Wed, 27 May 2015 18:26:41 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238345 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/module.modulemap

index ac5876f8d726467082e5dfeb2a0259665c16143c..8fcb5bc1b3d229d9f9223c19b32d73935a11ee36 100644 (file)
@@ -157,6 +157,8 @@ module _Builtin_intrinsics [system] [extern_c] {
     explicit module aes_pclmul {
       requires aes, pclmul
       header "wmmintrin.h"
+      export aes
+      export pclmul
     }
 
     explicit module aes {