llvm-project/libc
Jeff Bailey 1b89aeb517 [libc] Add instructions for linux headers
Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D146049
2023-03-15 03:02:16 +00:00
..
AOR_v20.02
benchmarks [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
cmake/modules [libc] Remove leftover debug prints 2023-03-14 15:14:12 -05:00
config [libc] Enable more functions on riscv64. 2023-03-14 06:33:08 +00:00
docs [libc] Add instructions for linux headers 2023-03-15 03:02:16 +00:00
examples Revert "[CMake] Bumps minimum version to 3.20.0." 2023-03-04 18:28:13 +01:00
fuzzing [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00
include [libc][Obvious] Add missing dep to include.sys_mman. 2023-03-09 07:26:12 +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] Introduce sys/socket.h 2023-02-23 07:11:20 +00:00
src [reland][libc][NFC] Move memcmp implementations in subfolders 2023-03-14 13:03:47 +00:00
startup [libc] Declare __dso_handle in the integration test instead of startup. 2023-03-13 07:47:00 +00:00
test [libc][NFC] add an atof test for a fuzz failure 2023-03-14 11:42:57 -07:00
utils [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB 2023-03-11 09:15:06 -08:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Fix policy CMP0116 warnings for cmake 3.20 or above. 2023-03-13 17:28:14 -04: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.