[libcxx-commits] [PATCH] D81824: [LIBCXX] add possibility to load an additional test configuration to CMake

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 15 09:13:38 PDT 2020


ldionne added a comment.

Thanks for the patch! I had been thinking about ways to bypass the default configuration method for a while and I had a local patch brewing for a while.

I've posted it at https://reviews.llvm.org/D81846, please let me know what you think.

The one downside I see with this approach here is that it's still always using the default (old) config all the time, whereas D81846 <https://reviews.llvm.org/D81846> allows bypassing it completely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81824





More information about the libcxx-commits mailing list