[libcxx-commits] [PATCH] D61275: [libcxx] Move CMake file to src, avoid using globs

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 29 13:01:26 PDT 2019


phosek created this revision.
phosek added reviewers: ldionne, smeenai, EricWF, thakis.
Herald added subscribers: libcxx-commits, jfb, dexonsmith, christof, fedor.sergeev, mgorny.

This addresses the longstanding FIXME and makes libc++ build more
similar to other runtimes. This is also necessary to enable the use
of script for synchronizing source lists between the CMake and GN
builds which relies on explicit source lists.


Repository:
  rCXX libc++

https://reviews.llvm.org/D61275

Files:
  libcxx/CMakeLists.txt
  libcxx/lib/CMakeLists.txt
  libcxx/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61275.197169.patch
Type: text/x-patch
Size: 5268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190429/7203d585/attachment.bin>


More information about the libcxx-commits mailing list