llvm-capstone/libc
Siva Chandra Reddy e4767a6f14 [libc] Add fully-qualified target names.
Only targets setup by the special LLVM libc rules now have fully
qualified names. The naming style is similar to fully qualified names in
Python.

Reviewers: abrachet, PaulkaToast, phosek

Differential Revision: https://reviews.llvm.org/D77340
2020-04-10 18:01:52 -07:00
..
AOR_v20.02 [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
cmake/modules [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
config [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
docs [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
fuzzing [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
include [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
lib [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
loader [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
spec [libc] Add a GNU extensions spec containing sincosf from math.h. 2020-03-25 15:13:22 -07:00
src [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
test [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
utils [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
CMakeLists.txt [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07: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.