hanchenye-llvm-project/libc
Siva Chandra Reddy 9364107cf3 Illustrate a redirector using the example of round function from math.h.
Setup demonstrated in this patch is only for ELF-ish platforms.

Also note:

1. Use of redirectors is a temporary scheme. They will be removed once
   LLVM-libc has implementations for the redirected functions.
2. Redirectors are optional. One can choose to not include them in the
   LLVM-libc build for their platform.
3. Even with redirectors used, we want to link to the system libc
   dynamically.

Reviewers: dlj, hfinkel, jakehehrlich, phosek, stanshebs, theraven, alexshap

Subscribers: mgorny, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D69020
2019-11-01 11:06:12 -07:00
..
cmake/modules Illustrate a redirector using the example of round function from math.h. 2019-11-01 11:06:12 -07:00
docs Illustrate a redirector using the example of round function from math.h. 2019-11-01 11:06:12 -07:00
include
lib Illustrate a redirector using the example of round function from math.h. 2019-11-01 11:06:12 -07:00
src Illustrate a redirector using the example of round function from math.h. 2019-11-01 11:06:12 -07:00
utils/build_scripts
CMakeLists.txt
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.