From: Eric Fiselier Date: Tue, 6 Dec 2016 09:41:50 +0000 (+0000) Subject: Add missing stdbool.h module. The test suite now passes on OS X with modules X-Git-Tag: llvmorg-4.0.0-rc1~2878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9cbffb0dfb6a7e6774dc05f29022c8faff29c68;p=platform%2Fupstream%2Fllvm.git Add missing stdbool.h module. The test suite now passes on OS X with modules llvm-svn: 288787 --- diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 13fa499..0485c2a 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -40,7 +40,10 @@ module std [system] { // FIXME: is missing. // provided by C library. // provided by compiler. - // provided by compiler. + module stdbool_h { + header "stdbool.h" + export * + } module stddef_h { // 's __need_* macros require textual inclusion. textual header "stddef.h"