llvm-capstone/libc
Petr Hosek c20811b659
[libc] Fix libc-hdrgen crosscompiling (#78227)
The support introduced in 675702f356b0c3a540fa2e8af4192f7d658b2988 is
not working correctly in all scenarios. Instead of setup_host_tool
function, we can use the existing targets introduced by add_tablegen
macro.
2024-01-16 07:39:06 -06: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 Reapply "[libc] build with -Werror (#73966)" (#74506) 2024-01-08 09:07:35 -08:00
config [libc][math] Remove wrong fabsf128 entrypoint in aarch64 list. (#77974) 2024-01-12 15:27:24 -05:00
docs [libc][math] Add C23 math function fabsf128. (#77825) 2024-01-12 15:00:16 -05: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] make off_t 32b for 32b arm (#77350) 2024-01-08 13:09:58 -08:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc] Give more functions restrict qualifiers (NFC) (#78061) 2024-01-15 12:12:09 -06:00
src [libc] Give more functions restrict qualifiers (NFC) (#78061) 2024-01-15 12:12:09 -06:00
startup [libc] major refactor of startup library (#76092) 2024-01-04 12:51:14 -08:00
test [libc][math] Add C23 math function fabsf128. (#77825) 2024-01-12 15:00:16 -05:00
utils [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06: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 [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06: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.