[PATCH] D31363: [libc++] Remove cmake glob for source files

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 11:06:54 PDT 2017


beanz added a comment.

LLVM has a CMake module "LLVMProcessSources.cmake" which verifies that all source files are referenced in the CMakeLists file. Since it is part of the LLVM distributed modules, you can re-use it in libcxx.


https://reviews.llvm.org/D31363





More information about the cfe-commits mailing list