forked from OSchip/llvm-project
parent
906ae46d57
commit
48e28e09bb
|
@ -209,7 +209,7 @@ for feature, loc in locales[platform.system()].items():
|
|||
locale.setlocale(locale.LC_ALL, loc)
|
||||
config.available_features.add('locale.{}'.format(feature))
|
||||
except:
|
||||
lit_config.warning('The locale {} is not supported by your platoform. '
|
||||
lit_config.warning('The locale {} is not supported by your platform. '
|
||||
'Some tests will be unsupported.'.format(loc))
|
||||
|
||||
# Gather various compiler parameters.
|
||||
|
|
Loading…
Reference in New Issue