diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-12-06 09:41:50 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-12-06 09:41:50 +0000 |
| commit | d9cbffb0dfb6a7e6774dc05f29022c8faff29c68 (patch) | |
| tree | 39d30e019dfc1c7f6cd7b7e2ce455a58e74f808b /libcxx/include/module.modulemap | |
| parent | dcd2748a34d574e29b1cbf89a3c2ea646c0efa64 (diff) | |
| download | bcm5719-llvm-d9cbffb0dfb6a7e6774dc05f29022c8faff29c68.tar.gz bcm5719-llvm-d9cbffb0dfb6a7e6774dc05f29022c8faff29c68.zip | |
Add missing stdbool.h module. The test suite now passes on OS X with modules
llvm-svn: 288787
Diffstat (limited to 'libcxx/include/module.modulemap')
| -rw-r--r-- | libcxx/include/module.modulemap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 13fa4993f07..0485c2a7cd9 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -40,7 +40,10 @@ module std [system] { // FIXME: <stdalign.h> is missing. // <signal.h> provided by C library. // <stdarg.h> provided by compiler. - // <stdbool.h> provided by compiler. + module stdbool_h { + header "stdbool.h" + export * + } module stddef_h { // <stddef.h>'s __need_* macros require textual inclusion. textual header "stddef.h" |

