llvm-project/libcxx/utils
Alex Richardson 7928d40c6b [libc++][dsl] Run checks for locale names aliases using a single %exec
This changes the checking for available locales to use one program that
iterates over argv to test multiple locale names instead of checking each
name with a separate executable.

This massively speeds up running individual tests using an SSH executor
(it can take up to 10 seconds to compile and run a single test in some
emulated environments) in case no locales are installed since then all
fallback names are tested idividually. But even on a native machine
this reduces the libc++ lit startup time by ~1-2 second for me on a machine
that does not have locale data installed.

Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D88884
2020-10-18 18:17:50 +01:00
..
ci [libc++] Avoid relying on `realpath` being installed on the system 2020-10-16 13:07:18 -04:00
docker [libc++] Use LLVM 11 instead of trunk on build bots 2020-09-14 15:12:13 -04:00
gdb/libcxx Desugar class type for iterator lookup. 2020-07-14 11:37:03 -07:00
google-benchmark [M680x0] Add google/benchmark's CycleTimer support for M68K 2020-10-07 14:58:36 -07:00
libcxx [libc++][dsl] Run checks for locale names aliases using a single %exec 2020-10-18 18:17:50 +01:00
symcheck-blacklists Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
cat_files.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
generate_feature_test_macro_components.py [libc++] Update the <version> header in-place from generate_feature_test_macro_components 2020-10-13 09:18:35 -04:00
graph_header_deps.py [libc++] Add utility to generate and display libc++'s header dependency 2020-02-15 18:47:17 -05:00
merge_archives.py [libcxx] Don't pass -s to libtool 2020-09-28 14:50:09 -07:00
run.py [libcxx][lit] Simplify parsing of trailing executor arguments 2020-07-21 09:03:45 +01:00
ssh.py [libcxx][lit] Add support for custom ssh/scp flags in ssh.py 2020-10-06 11:38:52 +01:00
sym_diff.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sym_extract.py Make the sym_diff utilities more useful. 2019-02-12 00:00:43 +00:00
sym_match.py [libcxx] As part of using inclusive language within the llvm 2020-06-19 21:37:11 -07:00