[libc-commits] [PATCH] D121350: [libc] Add a resizable container with constexpr constructor and destructor.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 10 09:22:08 PST 2022


sivachandra updated this revision to Diff 414404.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.

- Change the name from BlobStore to BlockStore.
- Use c++ 20 to compile atexit.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121350

Files:
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/blockstore.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/atexit.cpp
  libc/src/stdlib/exit.cpp
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/CPP/blockstore_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121350.414404.patch
Type: text/x-patch
Size: 10265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220310/a25dacdb/attachment.bin>


More information about the libc-commits mailing list