diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 18:20:12 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-30 18:20:55 -0400 |
| commit | cd58b400110586bb0d0632dce0f667efbc3dbd88 (patch) | |
| tree | fa0b6571c6c8fbfb8337e1fce54e63fad93f25b3 /c_headers/module.modulemap | |
| parent | ba3d21ca67af0ce47841bc2d0258903ccaf89a75 (diff) | |
| download | zig-cd58b400110586bb0d0632dce0f667efbc3dbd88.tar.gz zig-cd58b400110586bb0d0632dce0f667efbc3dbd88.zip | |
update C headers to clang 5.0.0
Diffstat (limited to 'c_headers/module.modulemap')
| -rw-r--r-- | c_headers/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_headers/module.modulemap b/c_headers/module.modulemap index 11ef2f9029..95d26cefa6 100644 --- a/c_headers/module.modulemap +++ b/c_headers/module.modulemap @@ -61,6 +61,7 @@ module _Builtin_intrinsics [system] [extern_c] { textual header "xopintrin.h" textual header "fma4intrin.h" textual header "mwaitxintrin.h" + textual header "clzerointrin.h" explicit module mm_malloc { requires !freestanding |
