llvm-project/libc
Joseph Huber 21d9f725df [libc] Fix test not including 'free'
Summary:
A previous change removed a transient inclusion of `stdlib.h` from the
`string_utils.h` file which this test depended on. Include it directly
here.
2022-11-29 15:03:46 -06:00
..
AOR_v20.02
benchmarks [libc][benchmark] Fix wrong BatchSize leading to data not fitting in L1. 2022-11-16 12:55:37 +00:00
cmake/modules [libc] Add initial support for a libc implementation for the GPU 2022-11-29 14:51:54 -06:00
config [libc] Add initial support for a libc implementation for the GPU 2022-11-29 14:51:54 -06:00
docs [libc][docs] Add documentation for the new GPU mode 2022-11-29 14:51:55 -06:00
examples [libc][NFC] Remove "$>" from another command block on examples/README.md. 2022-11-04 08:37:05 +00:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include [libc] Fix assert.h and ctype.h not being built 2022-11-16 12:00:41 -06:00
lib [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
loader [libc] Add POSIX execv and execve functions. 2022-10-06 19:50:23 +00:00
spec [libc] add scanf entrypoints 2022-11-17 15:37:52 -08:00
src [libc] Add initial support for a libc implementation for the GPU 2022-11-29 14:51:54 -06:00
test [libc] Fix test not including 'free' 2022-11-29 15:03:46 -06:00
utils [libc] Add initial support for a libc implementation for the GPU 2022-11-29 14:51:54 -06:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Add initial support for a libc implementation for the GPU 2022-11-29 14:51:54 -06: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.