diff options
Diffstat (limited to 'clang/lib/Headers/module.map')
| -rw-r--r-- | clang/lib/Headers/module.map | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/lib/Headers/module.map b/clang/lib/Headers/module.map index 1a1e0e26ca1..cd18e5efb48 100644 --- a/clang/lib/Headers/module.map +++ b/clang/lib/Headers/module.map @@ -36,10 +36,6 @@ module __compiler_builtins [system] { header "stdint.h" } - explicit module tgmath { - header "tgmath.h" - } - explicit module intel { requires x86 @@ -136,6 +132,7 @@ module __compiler_builtins [system] { } // FIXME: mm_malloc.h + // FIXME: tgmath.h // FIXME: unwind.h explicit module varargs { |

