llvm-capstone/libc
Siva Chandra Reddy cab6ac2612 [libc] Add an optional NAME argument to add_entrypoint_object rule.
This argument can be used to specify the entrypoint name if it is different
from the target name.

Reviewers: gchatelet, abrachet

Differential Revision: https://reviews.llvm.org/D74948
2020-02-26 21:41:58 -08:00
..
cmake/modules [libc] Add an optional NAME argument to add_entrypoint_object rule. 2020-02-26 21:41:58 -08:00
config [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
docs [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00
fuzzing [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
include [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
lib [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
spec [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
src [libc] Fix typo of namespace in round implementation. 2020-02-26 12:24:07 -08:00
test [libc] [UnitTest] Create death tests 2020-02-24 17:53:43 -05:00
utils [libc] Fix build when -DBUILD_SHARED_LIBS=On 2020-02-26 12:19:09 -05:00
CMakeLists.txt [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -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.