[libcxx-commits] [PATCH] D72720: [libcxx] Allow manually specifying locales for use in tests via CMake
Sergej Jaskiewicz via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 14 10:14:09 PST 2020
broadwaylamb created this revision.
broadwaylamb added reviewers: EricWF, jroelofs, ldionne, bcraig, vsk.
broadwaylamb added a project: libc++.
Herald added subscribers: libcxx-commits, dexonsmith, christof, mgorny.
Herald added a reviewer: mclow.lists.
When running tests on a remote machine, it doesn't make sense to
detect supported locales on the host machine.
This patch introduces a way to manually list the locales that are
supported by the target machine in the `LIBCXX_TEST_AVAILABLE_LOCALES`
CMake variable.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72720
Files:
libcxx/test/CMakeLists.txt
libcxx/test/lit.site.cfg.in
libcxx/utils/libcxx/test/target_info.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72720.238021.patch
Type: text/x-patch
Size: 4918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200114/6ba51a10/attachment.bin>
More information about the libcxx-commits
mailing list