]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/module.modulemap
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / libc-libcxx / sysroot / usr / include / c++ / v1 / module.modulemap
1 module "libc++" {
2   module math { header "math.h" export * }
3   module stdlib { header "stdlib.h" export * }
4   module stddef { header "stddef.h" export * }
5   module stdio { textual header "stdio.h" export * }
6   // FIXME: remove "textual" from stdint module below once the issue
7   // between umbrella headers and builtins is resolved.
8   module stdint { textual header "stdint.h" export * }
9   module __config { header "__config" export * }
10 }