diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-05-25 04:36:24 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-05-25 04:36:24 +0000 |
| commit | 3ca9185073ef365ac7e4e027af4c939bc27cacc3 (patch) | |
| tree | a2d2765b8dd94bcac228a973e1bcdcb3d7abd509 /libcxx/include/module.modulemap | |
| parent | c81c8cbe77b4f6b420e059307180c72fca0b9c98 (diff) | |
| download | bcm5719-llvm-3ca9185073ef365ac7e4e027af4c939bc27cacc3.tar.gz bcm5719-llvm-3ca9185073ef365ac7e4e027af4c939bc27cacc3.zip | |
Add <experimental/coroutine>
This patch adds the library portions of the coroutines PDTS,
which should now be supported by Clang.
llvm-svn: 303836
Diffstat (limited to 'libcxx/include/module.modulemap')
| -rw-r--r-- | libcxx/include/module.modulemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index c354cae1e5f..737ef9a7d43 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -501,6 +501,10 @@ module std [system] { header "experimental/chrono" export * } + module coroutine { + header "experimental/coroutine" + export * + } module deque { header "experimental/deque" export * |

