diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2016-03-22 20:57:51 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2016-03-22 20:57:51 +0000 |
| commit | debce24c90a9b707c480a22d14f86bb0adde73bf (patch) | |
| tree | c45e633f6b2bddd805415328a2a0c59a4cefa768 /clang/lib/Headers/module.modulemap | |
| parent | 259924869bfe648f073ce4965b6e11b31e423a15 (diff) | |
| download | bcm5719-llvm-debce24c90a9b707c480a22d14f86bb0adde73bf.tar.gz bcm5719-llvm-debce24c90a9b707c480a22d14f86bb0adde73bf.zip | |
D18325: Added mm_malloc module export.
llvm-svn: 264092
Diffstat (limited to 'clang/lib/Headers/module.modulemap')
| -rw-r--r-- | clang/lib/Headers/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap index b147e891dce..afb38652ef5 100644 --- a/clang/lib/Headers/module.modulemap +++ b/clang/lib/Headers/module.modulemap @@ -44,6 +44,7 @@ module _Builtin_intrinsics [system] [extern_c] { } explicit module sse { + export mm_malloc export mmx export sse2 // note: for hackish <emmintrin.h> dependency header "xmmintrin.h" |

