[libc-commits] [PATCH] D73472: [libc] Add utils for memory functions
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jan 27 06:49:06 PST 2020
gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added a reviewer: jfb.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.
This patch adds a few low level functions needed to build libc memory functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73472
Files:
libc/cmake/modules/LLVMLibCRules.cmake
libc/src/CMakeLists.txt
libc/src/memory/CMakeLists.txt
libc/src/memory/constants.h
libc/src/memory/utils.h
libc/test/src/CMakeLists.txt
libc/test/src/memory/CMakeLists.txt
libc/test/src/memory/utils_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73472.240561.patch
Type: text/x-patch
Size: 12267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200127/c88d1710/attachment-0001.bin>
More information about the libc-commits
mailing list