[PATCH] D67867: Add few docs and implementation of strcpy and strcat.

Siva Chandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 15:38:02 PDT 2019


sivachandra created this revision.
sivachandra added reviewers: dlj, hfinkel, theraven, jfb.
Herald added subscribers: llvm-commits, dexonsmith, mgorny.
Herald added a reviewer: alexshap.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.

This path 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67867

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/docs/build_system.md
  libc/docs/entrypoints.md
  libc/docs/header_generation.md
  libc/docs/implementation_standard.md
  libc/docs/source_layout.md
  libc/include/CMakeLists.txt
  libc/include/ctype.h
  libc/include/gcc_clang_size_t.h.in
  libc/include/math.h
  libc/include/null.h.in
  libc/include/stdbool.h
  libc/include/string.h.def
  libc/lib/CMakeLists.txt
  libc/scripts/gen_hdr.py
  libc/src/CMakeLists.txt
  libc/src/__support/CMakeLists.txt
  libc/src/__support/common.h.def
  libc/src/__support/linux/entrypoint_macro.h.in
  libc/src/string/CMakeLists.txt
  libc/src/string/strcat/CMakeLists.txt
  libc/src/string/strcat/strcat.cpp
  libc/src/string/strcat/strcat.h
  libc/src/string/strcpy/CMakeLists.txt
  libc/src/string/strcpy/strcpy.cpp
  libc/src/string/strcpy/strcpy.h
  llvm/CMakeLists.txt
  llvm/projects/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67867.221129.patch
Type: text/x-patch
Size: 44112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190920/e76901bb/attachment-0001.bin>


More information about the llvm-commits mailing list