llvm-project/libc
Siva Chandra Reddy 80aba2b262 [libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`.
Summary: The bots are catching this missing dependency.

Reviewers: PaulkaToast, abrachet

Subscribers: mgorny, MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D75502
2020-03-02 23:46:30 -08:00
..
cmake/modules [libc] Add CMake script to check host cpu features 2020-02-27 09:52:26 +01:00
config [libc] Add sigprocmask 2020-03-02 03:47:21 -05:00
docs [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00
fuzzing [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
include [libc] Add sigprocmask 2020-03-02 03:47:21 -05:00
lib [libc] Add sigprocmask 2020-03-02 03:47:21 -05:00
spec [libc] Add sigprocmask 2020-03-02 03:47:21 -05:00
src [libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`. 2020-03-02 23:46:30 -08:00
test [libc] Add sigprocmask 2020-03-02 03:47:21 -05:00
utils [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
CMakeLists.txt [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
LICENSE.txt
README.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.