summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-29 23:17:28 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-29 23:17:28 +0000
commita607ba6134491074fb9b848a391464e42a8c1eaf (patch)
tree4b2e28cd7b081d7a76215980fdac6c13a58d38ef /libcxx/include/module.modulemap
parent9375a253420d960589231daf0c0c5a3c38f4353e (diff)
downloadbcm5719-llvm-a607ba6134491074fb9b848a391464e42a8c1eaf.tar.gz
bcm5719-llvm-a607ba6134491074fb9b848a391464e42a8c1eaf.zip
Add missing 'requires coroutines' to module map
llvm-svn: 304180
Diffstat (limited to 'libcxx/include/module.modulemap')
-rw-r--r--libcxx/include/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index 462d4234ae6..98b1870afcc 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -502,6 +502,7 @@ module std [system] {
export *
}
module coroutine {
+ requires coroutines
header "experimental/coroutine"
export *
}
OpenPOWER on IntegriCloud