[libc-commits] [PATCH] D73530: [libc] Add a library of standalone C++ utilities.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 28 00:24:49 PST 2020


sivachandra created this revision.
sivachandra added a reviewer: gchatelet.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.

This change includes some new C++ and CMake utils which I hope will be
useful for the memory functions @gchatelet will be uploading. I do not
intend for this change to be reviewed as is. I am only uploading to
share with @gchatelet so that he can give early feedback if he has any.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73530

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/utils/CMakeLists.txt
  libc/utils/CPP/Array.h
  libc/utils/CPP/ArrayRef.h
  libc/utils/CPP/CMakeLists.txt
  libc/utils/CPP/README.md
  libc/utils/CPP/TypeTraits.h
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/Test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73530.240787.patch
Type: text/x-patch
Size: 13294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200128/122fc374/attachment-0001.bin>


More information about the libc-commits mailing list