llvm-capstone/libc
Siva Chandra Reddy dba14814a6 [libc][NFC] Make few maths functions buildable outside of LLVM libc build.
Few math functions manipulate errno. They assumed that LLVM libc's errno
is available. However, that might not be the case when these functions
are used in a libc which does not use LLVM libc's errno. This change
switches such uses of LLVM libc's errno to the normal public errno macro.
This does not affect LLVM libc's build because the include order ensures
we get LLVM libc's errno. Also, the header check rule ensures we are only
including LLVM libc's errno.h.
2021-02-16 09:14:29 -08:00
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks Fix errors in distributions 2021-02-11 21:53:50 +00:00
cmake/modules [CMake][libc] Support cross-compiling libc-hdrgen 2021-01-28 13:13:06 -08:00
config [libc][aarch64] Enable a bunch of math functions. 2021-02-05 15:11:17 -08:00
docs [libc] Add documentation for clang-tidy checks. 2020-07-06 18:15:35 -07:00
fuzzing [libc] Add implementations of nextafter[f|l] functions. 2021-01-05 22:32:39 -08:00
include [libc][NFC][Obvious] Add a missing dep. 2021-01-18 22:04:20 -08:00
lib [libc] Add implementations of round and roundf. 2020-06-09 23:01:20 -07:00
loader [libc] Setup TLS in x86_64 loader. 2020-08-07 23:19:03 -07:00
spec [libc] add isascii and toascii implementations 2021-01-12 23:41:20 +00:00
src [libc] Add aarch64 flavors of floor, round, sqrt and trunc. 2021-02-05 10:41:32 -08:00
test [libc][NFC] Make few maths functions buildable outside of LLVM libc build. 2021-02-16 09:14:29 -08:00
utils [libc][NFC] Make few maths functions buildable outside of LLVM libc build. 2021-02-16 09:14:29 -08:00
CMakeLists.txt [CMake][libc] Support cross-compiling libc-hdrgen 2021-01-28 13:13:06 -08:00
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.