[libcxx-commits] [PATCH] D99241: [libcxx] [test] Don't add dirs from the LIB env var to PATH

Adrian McCarthy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 29 13:41:39 PDT 2021


amccarth added a comment.

Adding everything in LIB to PATH is not a normal thing to do in Windows, so I would support this patch to remove that hack.  If we knew what the original problem was, we could probably find a better solution.

When you run the tests, does anything differ with and without this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99241



More information about the libcxx-commits mailing list