vgvassilev wrote:

> > Thanks for working on this. Have you considered using the global cache in 
> > lit to store the value -- I believe we have that concept in the 
> > infrastructure where some state is preserved across runs?
> 
> I'm not sure that I'd necessarily want this state to be preserved across 
> runs. My goal is to enable quick turn-around for tightly focused testing 
> during development, but I'd want to have the clang-repl-dependent checks 
> re-enabled when running the full set of clang tests before, for example, 
> posting a PR for review.
> 
> Basically, I want a mechanism to short circuit the extra overhead, but I'd 
> prefer to make it difficult to accidentally silence the JIT tests.

Okay. Makes sense. 

https://github.com/llvm/llvm-project/pull/199255
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to