Author: ericwf Date: Tue Dec 6 03:41:50 2016 New Revision: 288787 URL: http://llvm.org/viewvc/llvm-project?rev=288787&view=rev Log: Add missing stdbool.h module. The test suite now passes on OS X with modules
Modified: libcxx/trunk/include/module.modulemap Modified: libcxx/trunk/include/module.modulemap URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/module.modulemap?rev=288787&r1=288786&r2=288787&view=diff ============================================================================== --- libcxx/trunk/include/module.modulemap (original) +++ libcxx/trunk/include/module.modulemap Tue Dec 6 03:41:50 2016 @@ -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" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits