llvm-capstone/libc
Aiden Grossman 14a06b806e [CMake][libc] Don't put archive in build/lib/<target triple> by default
ea8f4b9841 broke some build configurations
because it was enabled by default and some people are using a just built
libc/clang/LLVM to work on other projects where having a just built LLVM
libc in one of Clang's default include directories can make things
unusable.

Differential Revision: https://reviews.llvm.org/D152190
2023-06-06 00:43:11 +00: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][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules [libc][CMake] Place archives in build/lib/<target-triple> 2023-06-03 22:40:03 +00:00
config [libc] Add initial support for 'puts' and 'fputs' to the GPU 2023-06-05 17:56:55 -05:00
docs [libc][docs] Update implementation status table for Date and Time Functions. 2023-05-31 15:09:06 -04:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
include [libc] Make ErrnoSetterMatcher handle logging floating point values. 2023-05-26 06:24:51 +00: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][math] Implement double precision log1p correctly rounded to all rounding modes. 2023-05-23 11:04:04 -04:00
src [libc] Replace the PRINT_TO_STDERR opcode for RPC printing. 2023-06-05 19:28:30 -05:00
startup [libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc 2023-05-23 09:20:41 -05:00
test [libc] Add initial support for 'puts' and 'fputs' to the GPU 2023-06-05 17:56:55 -05:00
utils [libc] Replace the PRINT_TO_STDERR opcode for RPC printing. 2023-06-05 19:28:30 -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 [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [CMake][libc] Don't put archive in build/lib/<target triple> by default 2023-06-06 00:43:11 +00:00
common_libc_tuners.cmake [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.