diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-05-27 18:26:41 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-05-27 18:26:41 +0000 |
| commit | b7892ffc69c4b238d90bab4dfa79fe230e1c7916 (patch) | |
| tree | 0eb11f589d570bf915dc996306a77a216b856a30 /clang/lib | |
| parent | f7c0d5f2471824fe2b961ab9674fb503e6196eac (diff) | |
| download | bcm5719-llvm-b7892ffc69c4b238d90bab4dfa79fe230e1c7916.tar.gz bcm5719-llvm-b7892ffc69c4b238d90bab4dfa79fe230e1c7916.zip | |
It appears these exports are needed, as wmmintrin.h includes them.
llvm-svn: 238345
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Headers/module.modulemap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap index ac5876f8d72..8fcb5bc1b3d 100644 --- a/clang/lib/Headers/module.modulemap +++ b/clang/lib/Headers/module.modulemap @@ -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 { |

