Add missing stdbool.h module. The test suite now passes on OS X with modules
authorEric Fiselier <eric@efcs.ca>
Tue, 6 Dec 2016 09:41:50 +0000 (09:41 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 6 Dec 2016 09:41:50 +0000 (09:41 +0000)
llvm-svn: 288787

libcxx/include/module.modulemap

index 13fa499..0485c2a 100644 (file)
@@ -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"