]> granicus.if.org Git - llvm/commit
Add few docs and implementation of strcpy and strcat.
authorSiva Chandra <sivachandra@google.com>
Fri, 4 Oct 2019 17:30:54 +0000 (17:30 +0000)
committerSiva Chandra <sivachandra@google.com>
Fri, 4 Oct 2019 17:30:54 +0000 (17:30 +0000)
commit820be7b079c71c9daa3f84af678103d7bd83f1d0
tree8ce8958bb2cc549f03faa4a613eb2ef0399f34d9
parent6d41f1c7314f75776972c8bbad14f0fe190736e3
Add few docs and implementation of strcpy and strcat.

Summary:
This patch illustrates some of the features like modularity we want
in the new libc. Few other ideas like different kinds of testing, redirectors
etc are not yet present.

Reviewers: dlj, hfinkel, theraven, jfb, alexshap, jdoerfert

Subscribers: mgorny, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67867

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373764 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
projects/CMakeLists.txt