[PATCH] D110276: Clean up large copies of binaries copied into temp directories in tests

Scott Linder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 28 10:16:15 PDT 2021


scott.linder added a comment.

Is it possible to use soft links instead of copies? It would still be good to clean up afterwards, but if the host won't allow that cleanup in some cases at least we aren't leaving a big file around.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110276



More information about the cfe-commits mailing list