llvm-capstone/libc
Schrodinger ZHU Yifan 3f740322c5
[libc] remove getauxval from arm32 entrypoint list (#79093)
`getauxval` depends on `open/read/close` which are not built on arm32.
Remove `getauxval` for now.
2024-01-23 00:56:40 -05:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Add --sweep-min-size flag for benchmarks (#70302) 2023-10-26 11:06:15 +02:00
cmake/modules [libc] Replace -nostdlib++ flag when building with gcc and add placement new operator to HermeticTestUtils.cpp. (#78906) 2024-01-22 19:27:27 -05:00
config [libc] remove getauxval from arm32 entrypoint list (#79093) 2024-01-23 00:56:40 -05:00
docs [libc] Include missing RISC-V stdlib.h and math.h entrypoints (#79034) 2024-01-22 18:46:48 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add memcmp / bcmp fuzzers (#77741) 2024-01-11 11:06:46 +01:00
include [libc] Use QUEUE_TYPEOF in STAILQ_LAST (#79011) 2024-01-22 10:25:06 -08:00
lib [libc] Fix issue introduces by #76449 2024-01-22 03:26:18 +00:00
spec [libc] Add float.h header. (#78737) 2024-01-19 12:04:34 -05:00
src [libc] implement sys/getauxval (#78493) 2024-01-22 21:47:31 -05:00
startup [libc] support PIE relocations (#78993) 2024-01-22 12:45:35 -05:00
test [libc] implement sys/getauxval (#78493) 2024-01-22 21:47:31 -05:00
utils [libc] fix unit tests in fullbuild (#78864) 2024-01-21 21:37:17 -05:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore
CMakeLists.txt [libc] Redo the install targets (#78795) 2024-01-19 15:45:22 -08:00
LICENSE.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.