llvm-project/libc
Caitlyn Cano fa7a9ef178 [libc] Add option to run specific tests
This addition reads command line input to run specific single tests
within a larger call to run all the tests for a particular function.
When the user adds a second argument to the command line, the code skips
all the tests that don't match the user's specified binary. If the user
doesn't specify a test correctly and/or no tests are run, a failure
message prints.

Reviewed By: sivachandra, aeubanks

Differential Revision: https://reviews.llvm.org/D105843
2021-07-23 16:08:13 +00:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks [libc] update benchmark distributions 2021-07-13 09:59:25 +00:00
cmake/modules [libc] Add option to run specific tests 2021-07-23 16:08:13 +00:00
config [libc] Include nextafter's functions to Windows's entrypoints 2021-07-21 13:28:01 +00:00
docs [libc] Add documentation for clang-tidy checks. 2020-07-06 18:15:35 -07:00
fuzzing [libc] Remove libc-fuzzer as a dependency to check-libc. 2021-06-10 05:06:03 +00:00
include [libc][NFC][Obvious] Add a missing dep. 2021-01-18 22:04:20 -08:00
lib Remove `LIBC_INSTALL_PREFIX` 2021-07-21 23:07:36 +00:00
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
spec [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
src [libc] optimize bzero/memset for x86 2021-07-23 12:21:46 +00:00
test [libc] Add option to run specific tests 2021-07-23 16:08:13 +00:00
utils [libc] Add option to run specific tests 2021-07-23 16:08:13 +00:00
CMakeLists.txt Remove `LIBC_INSTALL_PREFIX` 2021-07-21 23:07:36 +00:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.