llvm-capstone/libc
Michael Jones ad233c6047 [libc] add printf
This patch adds the entrypoint for printf. With this, building a
"hello world" program with just LLVM-libc is possible.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D126831
2022-06-15 11:45:38 -07:00
..
AOR_v20.02
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Fix cmake compatibility issue with list(POP_FRONT). 2022-06-06 13:36:03 -04:00
config [libc] add printf 2022-06-15 11:45:38 -07:00
docs Replace Goals and Why section with Introduction 2022-06-07 06:53:54 +00:00
fuzzing [libc][NFC] split standalone_cpp into single headers 2022-03-08 11:56:08 -08:00
include [libc] Add pthread_create and pthread_join functions. 2022-06-02 01:47:24 +00:00
lib [libc] add malloc funcs as external entrypoints 2021-10-27 10:21:01 -07:00
loader [libc] Use real objects and archives in integration tests. 2022-03-24 07:02:33 +00:00
spec [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
src [libc] add printf 2022-06-15 11:45:38 -07:00
test [libc] add printf 2022-06-15 11:45:38 -07:00
utils [libc] Add Fuchsia implementation of ::testing::Test 2022-06-13 21:03:51 +00:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc] Implement FLAGS option for generating all combinations for targets. 2022-06-01 00:54:07 -04: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.