llvm/libc
Siva Chandra Reddy 2f4f452f16 [libc] Add a skeleton for C standard condition variable functions.
This patch adds a skeleton as a preparatory step for the next patch which
adds the actual implementations of the condition variable functions.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D108947
2021-09-01 19:41:52 +00:00
..
AOR_v20.02
benchmarks [test] Migrate -gcc-toolchain with space separator to --gcc-toolchain= 2021-08-20 15:24:58 -07:00
cmake/modules [libc] Add a new suite called "libc-long-running-tests". 2021-08-21 05:01:28 +00:00
config [libc] Add a skeleton for C standard condition variable functions. 2021-09-01 19:41:52 +00:00
docs
fuzzing [libc][nfc] move ctype_utils and FPUtils to __support 2021-08-06 17:29:41 +00:00
include [libc] add inttypes header 2021-08-26 18:04:21 +00:00
lib [libc] add integration tests for scudo in libc 2021-08-04 20:06:09 +00:00
loader
spec [libc] Add a skeleton for C standard condition variable functions. 2021-09-01 19:41:52 +00:00
src [libc] Add a skeleton for C standard condition variable functions. 2021-09-01 19:41:52 +00:00
test [libc] Add mtx_destroy which does nothing. 2021-08-30 20:43:46 +00:00
utils [libc] fix string conversion tests for windows 2021-08-24 18:06:21 +00:00
CMakeLists.txt
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.