diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-07-24 03:01:02 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-07-24 03:01:02 +0000 |
| commit | 8a0794b722bd42d12c58295c69b659e79c73a903 (patch) | |
| tree | 7196b1ef2596473c513eea075695c45a27aece08 /libcxx/include/module.modulemap | |
| parent | 0ed11a979298453c73a489441152b470a2cd742e (diff) | |
| download | bcm5719-llvm-8a0794b722bd42d12c58295c69b659e79c73a903.tar.gz bcm5719-llvm-8a0794b722bd42d12c58295c69b659e79c73a903.zip | |
Implement <span>. Reviewed as https://reviews.llvm.org/D49338
llvm-svn: 337804
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 70f82a775e3..e17c3a2f68a 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -559,6 +559,10 @@ module std [system] { header "experimental/set" export * } + module span { + header "span" + export * + } module string { header "experimental/string" export * |

