diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-08-16 21:35:38 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-08-16 21:35:38 +0000 |
| commit | 496bb865c6b949e6606c9cc140ae6e5941181d3d (patch) | |
| tree | 0472a33c9b156b195f3cf68b10d0aa75eea94e1d /libcxx/include/module.modulemap | |
| parent | 602c0dafdd022f23a26506fb26c6ce8ec7ae8a4d (diff) | |
| download | bcm5719-llvm-496bb865c6b949e6606c9cc140ae6e5941181d3d.tar.gz bcm5719-llvm-496bb865c6b949e6606c9cc140ae6e5941181d3d.zip | |
Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815
llvm-svn: 339943
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 089505586fb..681c80bea7b 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -228,6 +228,10 @@ module std [system] { header "atomic" export * } + module bit { + header "bit" + export * + } module bitset { header "bitset" export string |

