diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-08-17 16:07:48 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-08-17 16:07:48 +0000 |
| commit | e02ee4f013632aac34e1fb84d868984a91773e2a (patch) | |
| tree | 53615b0c0550117497d1e5c456281e9f014f70cb /libcxx/include/module.modulemap | |
| parent | 45e61c5f9919e7a04bbe4de879a639147e66715d (diff) | |
| download | bcm5719-llvm-e02ee4f013632aac34e1fb84d868984a91773e2a.tar.gz bcm5719-llvm-e02ee4f013632aac34e1fb84d868984a91773e2a.zip | |
Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots
llvm-svn: 340045
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 |

