Index: llvm/utils/lit/tests/Inputs/lit.cfg =================================================================== --- /dev/null +++ llvm/utils/lit/tests/Inputs/lit.cfg @@ -0,0 +1,3 @@ +# A deliberately empty lit.cfg, so that test discovery under the Inputs +# directory doesn't inadvertently try to load lit/tests/lit.site.cfg (which +# will fail in a multi-config environment such as Visual Studio or Xcode).