From 2c482d3f01d26fd83e437e23a4490a8c9b8ff4bd Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 6 Dec 2016 09:48:32 +0000 Subject: [PATCH] Revert r288787: Add missing stdbool.h module. Reverting because I didn't properly test this patch. Although it's probably correct to add a stdbool_h module I thought the change fixed more than it did. I'll re-commit after more investigation. llvm-svn: 288789 --- libcxx/include/module.modulemap | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 0485c2a..13fa499 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -40,10 +40,7 @@ module std [system] { // FIXME: is missing. // provided by C library. // provided by compiler. - module stdbool_h { - header "stdbool.h" - export * - } + // provided by compiler. module stddef_h { // 's __need_* macros require textual inclusion. textual header "stddef.h" -- 2.7.4