[PATCH] D38010: lit.py: Allow configs and local configs to have a setup_script entry

Jordan Rose via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 05:04:13 PDT 2017


jordan_rose abandoned this revision.
jordan_rose added a comment.

@ddunbar convinced me in person that this is either overkill or doesn't go far enough: as long as there's a shared directory, either there can just be a common setup task at the start of each test that does its own ad hoc filesystem-based synchronization, or we might as well go all the way to full-on inter-test dependencies. I'm going to split out the shared directory stuff into a separate patch and go play with the idea of dependencies for a bit.


Repository:
  rL LLVM

https://reviews.llvm.org/D38010





More information about the llvm-commits mailing list