diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-12-06 09:48:32 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-12-06 09:48:32 +0000 |
| commit | 2c482d3f01d26fd83e437e23a4490a8c9b8ff4bd (patch) | |
| tree | 55fbf29a3df3bf0176dd88b2c710c03adb6e54b4 /libcxx/include/module.modulemap | |
| parent | 406200eae625285ded18e3eb6cb17a12162742de (diff) | |
| download | bcm5719-llvm-2c482d3f01d26fd83e437e23a4490a8c9b8ff4bd.tar.gz bcm5719-llvm-2c482d3f01d26fd83e437e23a4490a8c9b8ff4bd.zip | |
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
Diffstat (limited to 'libcxx/include/module.modulemap')
| -rw-r--r-- | libcxx/include/module.modulemap | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 0485c2a7cd9..13fa4993f07 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -40,10 +40,7 @@ module std [system] { // FIXME: <stdalign.h> is missing. // <signal.h> provided by C library. // <stdarg.h> provided by compiler. - module stdbool_h { - header "stdbool.h" - export * - } + // <stdbool.h> provided by compiler. module stddef_h { // <stddef.h>'s __need_* macros require textual inclusion. textual header "stddef.h" |

