llvm-project/libc
Joseph Huber a704c312f1 [libc] Add missing dependencies to RISC-V startup implementation
Summary:
Just like the last patch, the threads and envrion dependencies were
missing. This lead to linker failures when building the tests.
2023-03-16 09:13:18 -05:00
..
AOR_v20.02
benchmarks
cmake/modules [libc] Inherit integration test dependencies from the startup target 2023-03-16 07:33:22 -05:00
config [libc] Enable __llvm_libc_syscall and fork 2023-03-16 06:16:14 -03:00
docs [libc][docs] Add a section about allocations and deallocations to the style doc. 2023-03-15 20:41:51 -07: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
spec
src [libc] Enable __llvm_libc_syscall and fork 2023-03-16 06:16:14 -03:00
startup [libc] Add missing dependencies to RISC-V startup implementation 2023-03-16 09:13:18 -05:00
test [libc] Enable __llvm_libc_syscall and fork 2023-03-16 06:16:14 -03:00
utils [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04: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] Fix policy CMP0116 warnings for cmake 3.20 or above. 2023-03-13 17:28:14 -04:00
common_libc_tuners.cmake
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.