
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
4 lines
173 B
INI
4 lines
173 B
INI
# <locale> tests are obviously not supported when localization support is disabled
|
|
if 'libcpp-has-no-localization' in config.available_features:
|
|
config.unsupported = True
|