[PATCH] D37756: [lit] Force site configs to be run before source-tree configs

Jordan Rose via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 15:47:07 PDT 2017


jordan_rose added a comment.

Previously I was just able to do this:

  utils/lit/lit.py --time-tests utils/lit/tests/setup-script.py -sv

as long as FileCheck was in my PATH. I can see why that's not an interesting config for a real project that actually has an interesting lit.site.cfg, but for just working on lit it seems redundant.


Repository:
  rL LLVM

https://reviews.llvm.org/D37756





More information about the llvm-commits mailing list