summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-06 07:40:46 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-06 07:40:46 +0000
commit4facc13108b9ae57caed8690ee4185387cf4d0fb (patch)
tree3a7847c42ea37dec631881c9d631d6ce73baccc0 /libcxx/include/module.modulemap
parent05fec0907d24ff4abcb8ee36edc2cebd5764ef57 (diff)
downloadbcm5719-llvm-4facc13108b9ae57caed8690ee4185387cf4d0fb.tar.gz
bcm5719-llvm-4facc13108b9ae57caed8690ee4185387cf4d0fb.zip
Fix stdio module build on OS X
llvm-svn: 288778
Diffstat (limited to 'libcxx/include/module.modulemap')
-rw-r--r--libcxx/include/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index 04b38dc1726..13fa4993f07 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -56,6 +56,7 @@ module std [system] {
// <stdio.h>'s __need_* macros require textual inclusion.
textual header "stdio.h"
export *
+ export Darwin.C.stdio
}
module stdlib_h {
// <stdlib.h>'s __need_* macros require textual inclusion.
@@ -192,6 +193,7 @@ module std [system] {
// FIXME: <cuchar> is missing.
module cwchar {
header "cwchar"
+ export depr.stdio_h
export *
}
module cwctype {
OpenPOWER on IntegriCloud