[PATCH] D38010: lit.py: Allow configs and local configs to have a setup_script entry
    Zachary Turner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 19 16:42:06 PDT 2017
    
    
  
zturner added a comment.
Alright then, if you need it you need it :)
Let's see if Daniel has any thoughts.  I mildly prefer finding a way to keep everything in the `lit.local.cfg`, but if someone else feels strongly that it's the way to go, I don't think it's the end of the world.
One other idea would be something like
  def setup_subdir():
    pass
  
  config.setup_func = setup_subdir
https://reviews.llvm.org/D38010
    
    
More information about the llvm-commits
mailing list