[libcxx-commits] [PATCH] D101293: [libc++] Move <__sso_allocator> out of include/ into src/. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 15:33:24 PDT 2021


Quuxplusone updated this revision to Diff 342069.
Quuxplusone added a comment.
Herald added subscribers: jfb, fedor.sergeev.

Rename the header file.
Also preemptively remove all non-.cpp files from LIBCPP_SOURCES to see what breaks. I imagine something will break.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101293

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__sso_allocator
  libcxx/include/module.modulemap
  libcxx/src/CMakeLists.txt
  libcxx/src/include/sso_allocator.h
  libcxx/src/locale.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101293.342069.patch
Type: text/x-patch
Size: 3807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210430/7f2047d2/attachment.bin>


More information about the libcxx-commits mailing list