llvm-project/libc
Joseph Huber ebcc6dba5f [libc] Don't install the GPU startup code for now
Summary:
This startup code is only intended to be used internally, we shouldn't
export it under a conflicting name. In the future we may package this in
an exportable format.
2023-03-21 21:01:27 -05:00
..
AOR_v20.02
benchmarks
cmake/modules
config [libc] temporarily disable wctob entrypoint 2023-03-20 17:42:00 -07:00
docs
examples
fuzzing
include
lib
spec [libc][obvious] remove currently unused types 2023-03-20 17:22:52 -07:00
src [libc][obvious] fix missing stdio dependency 2023-03-20 17:37:09 -07:00
startup [libc] Don't install the GPU startup code for now 2023-03-21 21:01:27 -05:00
test [libc][obvious] fix missing stdio dependency 2023-03-20 17:37:09 -07:00
utils
.clang-tidy
.gitignore
CMakeLists.txt
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.