llvm-capstone/libc
Siva Chandra d25b4fae93
[libc][NFC] Make entrypoint alias targets real library targets. (#66044)
This is part of a libc wide CMake cleanup which aims to eliminate
certain explicitly duplicated logic which is available in CMake-3.20.
This change in particular makes the entrypoint aliases real library
targets so that they can be treated as normal library targets by other
libc build rules.
2023-09-13 08:35:23 -07: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 [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc][NFC] Make entrypoint alias targets real library targets. (#66044) 2023-09-13 08:35:23 -07:00
config [libc] Implement stdio writing functions for the GPU port (#65809) 2023-09-09 13:27:07 -05:00
docs [libc] Implement stdio writing functions for the GPU port (#65809) 2023-09-09 13:27:07 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include [libc] Make time_t 64 bits long on all platforms but arm32 2023-09-13 10:49:39 -03:00
lib
spec [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
src [libc] Make time_t 64 bits long on all platforms but arm32 2023-09-13 10:49:39 -03:00
startup [libc] Manually set the AMDGPU code object version (#65986) 2023-09-11 13:07:56 -05:00
test [libc] Improve the implementation of the rand() function (#66131) 2023-09-12 16:52:20 -05:00
utils [libc] Fix building the RPC server with LIBC_NAMESPACE (#65642) 2023-09-07 12:47:36 -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] Generate configure.rst from the JSON config information. (#65791) 2023-09-08 13:11:09 -07:00
common_libc_tuners.cmake [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00: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.