[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:43:23 PDT 2019


sivachandra added a comment.

There are a bunch of design docs and CMake rules in this change. They are not perfect yet and have a very Linux/ELF feel to them. Also, there are no tests in this patch. My intent is to get a signoff on the general direction.  When I can get it into a shape we agree on, I will add unit tests.

Some of the other ideas like redirectors, different kinds of testing etc are dependent on this initial change. So, once it lands, I can prepares patches showcasing those ideas as well. I also plan to start working on the Windows story to eliminate the Linux/ELF-isms that are currently baked into this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67867/new/

https://reviews.llvm.org/D67867





More information about the llvm-commits mailing list