[libcxx-commits] [PATCH] D78200: [libc++] [test] Generate static_test_env on the fly

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 17 08:05:25 PDT 2020


ldionne added a comment.

In D78200#1987067 <https://reviews.llvm.org/D78200#1987067>, @EricWF wrote:

> The entire point of the static test environment is that it's /static/.
>  Meaning it's checked in and not created on the fly.


Do you have an idea to deal with the problem described on Windows? Would you prefer if we only created symlinks on the fly (like the first version of this patch does)?


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

https://reviews.llvm.org/D78200





More information about the libcxx-commits mailing list