llvm-capstone/libc
Joseph Huber 6a6f3c99a2 [libc] Remove hard dependencies on linux from macros headers
Currently all of this logic expects to include and link with the headers
in the `linux/` directory. This patch adds a wrapper macro to optionally
add the appropriate dependency if it exists. This is preliminary to
adding some GPU specific versions of these files.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D159021
2023-08-29 11:38:34 -05:00
..
AOR_v20.02
benchmarks [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc] Add missing ${LIBC_INCLUDE_DIR} to object rule 2023-08-29 05:22:14 +00:00
config [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes. 2023-08-25 10:15:08 -04:00
docs [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes. 2023-08-25 10:15:08 -04:00
examples
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include [libc] Remove hard dependencies on linux from macros headers 2023-08-29 11:38:34 -05:00
lib
spec [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes. 2023-08-25 10:15:08 -04:00
src [libc][NFC] Fix typo 2023-08-29 11:48:27 +00:00
startup [libc][cleanup] Fix most conversion warnings 2023-08-07 15:03:01 -07:00
test [libc] Add more test cases to the argument list tests 2023-08-28 12:15:29 -05:00
utils [libc] Remove MAX_LANE_SIZE definition from the RPC server 2023-08-23 12:09:30 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] _INCLUDE_SCUDO: check for compiler-rt in enabled RUNTIMES too 2023-07-27 05:11:54 +01:00
common_libc_tuners.cmake
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.