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

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 19 14:57:54 PDT 2020


dexonsmith resigned from this revision.
dexonsmith added a reviewer: ldionne.
dexonsmith added a comment.

In D31363#889044 <https://reviews.llvm.org/D31363#889044>, @smeenai wrote:

> @rjmccall, this adds a libc++ build dependency on LLVM's cmake modules. There were some issues when @zturner had added a similar dependency for his work on lit. To confirm, Apple still cares about the use case of building libc++ without having any LLVM cmake modules available (either from source or from an LLVM installation), right?

We resolved our need for building libcxx without llvm during the monorepo transition (2019).


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

https://reviews.llvm.org/D31363



More information about the cfe-commits mailing list