Files
clang-p2996/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/lit.local.cfg
Louis Dionne 88ffc72717 [libc++] Add a libc++ configuration that does not support localization
When porting libc++ to embedded systems, it can be useful to drop support
for localization, which these systems don't implement or care about.

Differential Revision: https://reviews.llvm.org/D90072
2020-10-27 14:56:30 -04:00

4 lines
167 B
INI

# These std::string functions require iostreams, which requires localization
if 'libcpp-has-no-localization' in config.available_features:
config.unsupported = True