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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 08:18:28 PDT 2017


probinson added a comment.

In https://reviews.llvm.org/D37756#868977, @zturner wrote:

> In https://reviews.llvm.org/D37756#868778, @probinson wrote:
>
> > If you use cmake to generate Visual Studio projects on Windows, do they use lit to run the tests?  If so, do they run with this patch correctly?  I have no opinion one way or the other but it's an environment nobody seems to have thought of before (including me).
>
>
> I just tested running `check-llvm` from inside Visual Studio using a Visual Studio generated CMake project and it worked fine.  I didn't run the rest of them, since if one works they all should.


Awesome, thanks!


https://reviews.llvm.org/D37756





More information about the llvm-commits mailing list