Add missing 'requires coroutines' to module map

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-05-29 23:17:28 +00:00
parent 8fa39c327d
commit fecf2a493b

View File

@@ -502,6 +502,7 @@ module std [system] {
export *
}
module coroutine {
requires coroutines
header "experimental/coroutine"
export *
}