commit | e4a3dab6df0b2c820a802fa8155293fae64ef2f6 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Mon May 29 23:17:28 2017 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Mon May 29 23:17:28 2017 +0000 |
tree | 790b5b74d6b44eb68e662aef3d84c19fe819fd90 | |
parent | 590dbcaf328ebd802ae211c467d3334871db90a3 [diff] [blame] |
Add missing 'requires coroutines' to module map llvm-svn: 304180 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: a607ba6134491074fb9b848a391464e42a8c1eaf
diff --git a/include/module.modulemap b/include/module.modulemap index 462d423..98b1870 100644 --- a/include/module.modulemap +++ b/include/module.modulemap
@@ -502,6 +502,7 @@ export * } module coroutine { + requires coroutines header "experimental/coroutine" export * }