[PATCH] D37756: [lit] Force site configs to be run before source-tree configs
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 17:34:17 PDT 2017
zturner added a comment.
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.
https://reviews.llvm.org/D37756
More information about the llvm-commits
mailing list