[all-commits] [llvm/llvm-project] c93852: [libc++] [modules] Add __threading_support to the ...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Sat May 29 16:58:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9385297ce75a8847e4910bb34d6b6c92ce36a5b
https://github.com/llvm/llvm-project/commit/c9385297ce75a8847e4910bb34d6b6c92ce36a5b
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-05-29 (Sat, 29 May 2021)
Changed paths:
M libcxx/include/module.modulemap
M libcxx/test/libcxx/modules/stds_include.sh.cpp
Log Message:
-----------
[libc++] [modules] Add __threading_support to the modulemap.
It looks to me as if *every* helper header needs to be added to the modulemap,
actually; which is unfortunate since we keep proliferating them at such a
rapid pace.
Commit: bfbd73f87d7b2c1140b43192cea6b7fbbfc35cd0
https://github.com/llvm/llvm-project/commit/bfbd73f87d7b2c1140b43192cea6b7fbbfc35cd0
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-05-29 (Sat, 29 May 2021)
Changed paths:
M libcxx/include/__functional_base
M libcxx/include/__hash_table
M libcxx/include/__locale
M libcxx/include/__mutex_base
M libcxx/include/__split_buffer
M libcxx/include/__std_stream
M libcxx/include/__threading_support
M libcxx/include/__tree
M libcxx/include/algorithm
M libcxx/include/any
M libcxx/include/array
M libcxx/include/atomic
M libcxx/include/barrier
M libcxx/include/bit
M libcxx/include/bitset
M libcxx/include/charconv
M libcxx/include/chrono
M libcxx/include/complex
M libcxx/include/exception
M libcxx/include/filesystem
M libcxx/include/forward_list
M libcxx/include/fstream
M libcxx/include/functional
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/iostream
M libcxx/include/istream
M libcxx/include/latch
M libcxx/include/list
M libcxx/include/locale
M libcxx/include/map
M libcxx/include/memory
M libcxx/include/mutex
M libcxx/include/new
M libcxx/include/numbers
M libcxx/include/optional
M libcxx/include/ostream
M libcxx/include/queue
M libcxx/include/random
M libcxx/include/ranges
M libcxx/include/ratio
M libcxx/include/semaphore
M libcxx/include/shared_mutex
M libcxx/include/sstream
M libcxx/include/stdexcept
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/strstream
M libcxx/include/thread
M libcxx/include/tuple
M libcxx/include/typeindex
M libcxx/include/typeinfo
M libcxx/include/unordered_map
M libcxx/include/unordered_set
M libcxx/include/utility
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/vector
Log Message:
-----------
[libc++] Alphabetize and include-what-you-use. NFCI.
Differential Revision: https://reviews.llvm.org/D102781
Compare: https://github.com/llvm/llvm-project/compare/7145c6caf158...bfbd73f87d7b
More information about the All-commits
mailing list