llvm-project/libc
Alex Brachet 129c8b8081 add extern "C" to __errno_location's definition if in __cplusplus file 2020-03-09 03:10:59 -04:00
..
cmake/modules [libc] Add CMake script to check host cpu features 2020-02-27 09:52:26 +01:00
config add extern "C" to __errno_location's definition if in __cplusplus file 2020-03-09 03:10:59 -04: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]Revert "Add linux implementations of thrd_create and thrd_join functions." 2020-03-05 20:46:13 -08:00
lib [libc]Revert "Add linux implementations of thrd_create and thrd_join functions." 2020-03-05 20:46:13 -08:00
spec [libc] Create abort and _Exit 2020-03-05 14:21:18 -05:00
src [libc]Revert "Add linux implementations of thrd_create and thrd_join functions." 2020-03-05 20:46:13 -08:00
test [libc] [NFC] Use matchers in tests 2020-03-07 22:56:03 -05:00
utils [libc] [NFC] Use matchers in tests 2020-03-07 22:56:03 -05: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.