forked from OSchip/llvm-project
Add missing 'requires coroutines' to module map
llvm-svn: 304180
This commit is contained in:
parent
9375a25342
commit
a607ba6134
|
@ -502,6 +502,7 @@ module std [system] {
|
|||
export *
|
||||
}
|
||||
module coroutine {
|
||||
requires coroutines
|
||||
header "experimental/coroutine"
|
||||
export *
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue