llvm-project/libc
Alex Brachet 6a4f8423ae [libc] Only use __has_builtin on clang
The preprocessor reads the whole line even if the first condition of an and is false so this broke when compiling on older gcc versions which don't recognize `__has_builtin`
2020-03-28 12:28:43 -04:00
..
AOR_v20.02 [libc] Add a README.md file to the AOR directory. 2020-03-16 12:29:24 -07:00
cmake/modules [libc] Extend add_object rule to handle helper object libraries. 2020-03-28 00:07:46 -07:00
config [libc] Generate math.h instead of the static file it is currently. 2020-03-24 21:17:55 -07: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] Generate math.h instead of the static file it is currently. 2020-03-24 21:17:55 -07:00
lib [libc] Add signal 2020-03-22 14:15:47 -04:00
loader [libc] Extend add_object rule to handle helper object libraries. 2020-03-28 00:07:46 -07:00
spec [libc] Add a GNU extensions spec containing sincosf from math.h. 2020-03-25 15:13:22 -07:00
src [libc] Only use __has_builtin on clang 2020-03-28 12:28:43 -04:00
test [libc] Extend add_object rule to handle helper object libraries. 2020-03-28 00:07:46 -07:00
utils [libc][NFC] Fix typo in milliseconds 2020-03-22 15:11:22 -04:00
CMakeLists.txt [libc] Add a simple x86_64 linux loader. 2020-03-25 10:12:35 -07: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.