llvm-project/libcxx/test
Louis Dionne 0e9a01dcac [libc++] Fix modules builds when features are removed
When some headers are not available because we removed features like
localization or threads, the compiler should not try to include these
headers when building modules. To avoid that from happening, add a
requires-declaration that is never satisfied when the configuration
in use doesn't support a header.

rdar://93777687

Differential Revision: https://reviews.llvm.org/D127127
2022-06-08 18:48:25 -04:00
..
configs [runtimes] Officially deprecate the legacy testing configuration system 2022-05-27 13:15:48 -04:00
libcxx [libc++] Fix modules builds when features are removed 2022-06-08 18:48:25 -04:00
std [libc++] Implement ranges::adjacent_find 2022-06-08 12:15:03 +02:00
support [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
CMakeLists.txt [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00