[libc-commits] [PATCH] D69020: Illustrate a redirector using the example of round function from math.h.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Oct 15 23:12:53 PDT 2019
sivachandra created this revision.
sivachandra added reviewers: dlj, hfinkel, jakehehrlich, phosek, stanshebs, theraven.
Herald added subscribers: libc-commits, mgorny.
Herald added a reviewer: alexshap.
Herald added a project: libc-project.
Setup demonstrated is only for ELF-ish platforms.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69020
Files:
libc/cmake/modules/LLVMLibCRules.cmake
libc/docs/build_system.rst
libc/docs/redirectors.rst
libc/docs/redirectors_schematic.svg
libc/lib/CMakeLists.txt
libc/src/CMakeLists.txt
libc/src/math/CMakeLists.txt
libc/src/math/round/CMakeLists.txt
libc/src/math/round/round.cpp
libc/src/math/round/round.h
libc/src/math/round/round_redirector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69020.225164.patch
Type: text/x-patch
Size: 55980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20191016/9fc02f6b/attachment-0001.bin>
More information about the libc-commits
mailing list