[all-commits] [llvm/llvm-project] a8278a: [libc++] Fix incorrect REQUIRES on a locale-depend...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 29 10:43:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8278a747ddf9e56262dafddd7c03e29cd85d074
https://github.com/llvm/llvm-project/commit/a8278a747ddf9e56262dafddd7c03e29cd85d074
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/locale_dependent.compile.pass.cpp
Log Message:
-----------
[libc++] Fix incorrect REQUIRES on a locale-dependent test
The test doesn't depend specifically on the en_US.UTF-8 locale, instead
it depends on whether localization support exists, period.
Differential Revision: https://reviews.llvm.org/D114708
More information about the All-commits
mailing list